-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b9aabb
commit 4e7f708
Showing
6 changed files
with
21 additions
and
21 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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# NOTE For now these tests don't support any containers beside docker | ||
- name: Test HISAT2 with skip_qc workflow parameters | ||
command: nextflow run main.nf -profile test,docker --aligner hisat2 --skip_qc | ||
command: nextflow run main.nf -profile test,docker --aligner hisat2 --skip_qc --outdir results | ||
tags: | ||
- hisat2 | ||
- skip_qc | ||
|
||
- name: Test HISAT2 with hisat2_index false workflow parameters | ||
command: nextflow run main.nf -profile test,docker --aligner hisat2 --hisat2_index false | ||
command: nextflow run main.nf -profile test,docker --aligner hisat2 --hisat2_index false --outdir results | ||
tags: | ||
- hisat2 | ||
- "hisat2_index false" | ||
- 'hisat2_index false' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# NOTE For now these tests don't support any containers beside docker | ||
- name: Run pipeline to download public data | ||
command: nextflow run main.nf -profile test_sra,docker | ||
command: nextflow run main.nf -profile test_sra,docker --outdir results | ||
tags: | ||
- sra_download |
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