-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from genepi/nf-test
Nf test
- Loading branch information
Showing
119 changed files
with
72,809 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: CI Tests | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
|
||
test: | ||
|
||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
shard: [1, 2, 3, 4, 5] | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '11' | ||
distribution: 'adopt' | ||
|
||
- name: Setup Nextflow | ||
uses: nf-core/setup-nextflow@v1 | ||
with: | ||
version: "latest-edge" | ||
|
||
- name: Install nf-test | ||
run: | | ||
wget -qO- get.nf-test.com | bash -s 0.9.0-rc2 | ||
sudo mv nf-test /usr/local/bin/ | ||
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }}) | ||
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
work | ||
.nextflow | ||
.nextflow.* | ||
tests/output | ||
.nf-test/ | ||
nf-test | ||
.nf-test.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
cff-version: "1.2.0" | ||
message: "If you use this software, please cite it as below." | ||
title: "Nanopore sequencing with unique molecular identifiers enables accurate mutation analysis and haplotyping in the complex Lipoprotein(a) KIV-2 VNTR" | ||
authors: | ||
- family-names: "Amstler" | ||
given-names: "Stephan" | ||
- family-names: "Streiter" | ||
given-names: "Gertraud" | ||
- family-names: "Pfurtscheller" | ||
given-names: "Cathrin" | ||
- family-names: "Forer" | ||
given-names: "Lukas" | ||
- family-names: "Di Maio" | ||
given-names: "Silvia" | ||
- family-names: "Weissensteiner" | ||
given-names: "Hansi" | ||
- family-names: "Paulweber" | ||
given-names: "Bernhard" | ||
- family-names: "Schoenherr" | ||
given-names: "Sebastian" | ||
- family-names: "Kronenberg" | ||
given-names: "Florian" | ||
- family-names: "Coassin" | ||
given-names: "Stefan" | ||
doi: "10.1101/2024.03.01.582741" | ||
date-released: "2024-03-05" | ||
license: "Apache-2.0" | ||
repository-code: "https://github.com/genepi/umi-pipeline-nf" | ||
preferred-citation: | ||
type: "article" | ||
authors: | ||
- family-names: "Amstler" | ||
given-names: "Stephan" | ||
- family-names: "Streiter" | ||
given-names: "Gertraud" | ||
- family-names: "Pfurtscheller" | ||
given-names: "Cathrin" | ||
- family-names: "Forer" | ||
given-names: "Lukas" | ||
- family-names: "Di Maio" | ||
given-names: "Silvia" | ||
- family-names: "Weissensteiner" | ||
given-names: "Hansi" | ||
- family-names: "Paulweber" | ||
given-names: "Bernhard" | ||
- family-names: "Schoenherr" | ||
given-names: "Sebastian" | ||
- family-names: "Kronenberg" | ||
given-names: "Florian" | ||
- family-names: "Coassin" | ||
given-names: "Stefan" | ||
doi: "10.1101/2024.03.01.582741" | ||
journal: "bioRxiv" | ||
day: 5 | ||
month: 3 | ||
title: "Nanopore sequencing with unique molecular identifiers enables accurate mutation analysis and haplotyping in the complex Lipoprotein(a) KIV-2 VNTR" | ||
year: 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-6.36 MB
data/fastq_pass/barcode02/fastq_runid_b05e9ba03fee394fc76a041d3df7426ff48616c9_0.fastq.gz
Binary file not shown.
Binary file removed
BIN
-6.43 MB
data/fastq_pass/barcode02/fastq_runid_b05e9ba03fee394fc76a041d3df7426ff48616c9_1.fastq.gz
Binary file not shown.
Binary file removed
BIN
-6.72 MB
data/fastq_pass/barcode02/fastq_runid_b05e9ba03fee394fc76a041d3df7426ff48616c9_2.fastq.gz
Binary file not shown.
Binary file removed
BIN
-6.81 MB
data/fastq_pass/barcode02/fastq_runid_b05e9ba03fee394fc76a041d3df7426ff48616c9_3.fastq.gz
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.