-
Notifications
You must be signed in to change notification settings - Fork 0
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 #36 from cnr-ibba/issue-35
🐛 pristine modules organization folder
- Loading branch information
Showing
56 changed files
with
105 additions
and
107 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
samtools/idxstats: | ||
- modules/cnr-ibba/samtools/idxstats/** |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
[pytest] | ||
filterwarnings = | ||
ignore::pytest.PytestRemovedIn8Warning:_pytest.nodes:140 |
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.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
subworkflows/bam_stats_samtools: | ||
- subworkflows/cnr-ibba/bam_stats_samtools/** |
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 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- name: bcftools concat test_bcftools_concat_tbi | ||
command: nextflow run ./tests/modules/cnr-ibba/bcftools/concat -entry test_bcftools_concat_tbi -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/bcftools/concat/nextflow.config | ||
tags: | ||
- bcftools | ||
- bcftools/concat | ||
files: | ||
- path: output/bcftools/test3.vcf.gz | ||
md5sum: 4bcd0afd89f56c5d433f6b6abc44d0a6 | ||
|
||
- name: bcftools concat test_bcftools_concat_no_tbi | ||
command: nextflow run ./tests/modules/cnr-ibba/bcftools/concat -entry test_bcftools_concat_no_tbi -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/bcftools/concat/nextflow.config | ||
tags: | ||
- bcftools | ||
- bcftools/concat | ||
files: | ||
- path: output/bcftools/test3.vcf.gz | ||
md5sum: 4bcd0afd89f56c5d433f6b6abc44d0a6 |
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.
2 changes: 1 addition & 1 deletion
2
...odules/nf-core/samtools/coverage/test.yml → ...dules/cnr-ibba/samtools/coverage/test.yml
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.
2 changes: 1 addition & 1 deletion
2
...odules/nf-core/samtools/flagstat/test.yml → ...dules/cnr-ibba/samtools/flagstat/test.yml
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.
2 changes: 1 addition & 1 deletion
2
...odules/nf-core/samtools/idxstats/test.yml → ...dules/cnr-ibba/samtools/idxstats/test.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- name: samtools stats test_samtools_stats | ||
command: nextflow run ./tests/modules/cnr-ibba/samtools/stats -entry test_samtools_stats -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/samtools/stats/nextflow.config | ||
tags: | ||
- samtools | ||
- samtools/stats | ||
files: | ||
- path: output/samtools/test.stats | ||
md5sum: 045a48208b1c6f5b8af4347fe31f4def | ||
|
||
- name: samtools stats test_samtools_stats_cram | ||
command: nextflow run ./tests/modules/cnr-ibba/samtools/stats -entry test_samtools_stats_cram -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/samtools/stats/nextflow.config | ||
tags: | ||
- samtools | ||
- samtools/stats | ||
files: | ||
- path: output/samtools/test.stats | ||
md5sum: dfbfa130d4a6925ddd1931dcd8354a43 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
- name: tabix tabix bed | ||
command: nextflow run ./tests/modules/cnr-ibba/tabix/tabix -entry test_tabix_tabix_bed -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/tabix/tabix/nextflow.config | ||
tags: | ||
- tabix | ||
- tabix/tabix | ||
files: | ||
- path: ./output/tabix/test.bed.gz.tbi | ||
md5sum: 5b40851ab6b8ccf7946313c86481c0df | ||
- name: tabix tabix gff | ||
command: nextflow run ./tests/modules/cnr-ibba/tabix/tabix -entry test_tabix_tabix_gff -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/tabix/tabix/nextflow.config | ||
tags: | ||
- tabix | ||
- tabix/tabix | ||
files: | ||
- path: ./output/tabix/genome.gff3.gz.tbi | ||
md5sum: f79a67d95a98076e04fbe0455d825926 | ||
- name: tabix tabix vcf | ||
command: nextflow run ./tests/modules/cnr-ibba/tabix/tabix -entry test_tabix_tabix_vcf_tbi -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/tabix/tabix/nextflow.config | ||
tags: | ||
- tabix | ||
- tabix/tabix | ||
files: | ||
- path: output/tabix/test.vcf.gz.tbi | ||
md5sum: d22e5b84e4fcd18792179f72e6da702e | ||
- name: tabix tabix vcf csi | ||
command: nextflow run ./tests/modules/cnr-ibba/tabix/tabix -entry test_tabix_tabix_vcf_csi -c ./tests/config/nextflow.config -c ./tests/modules/cnr-ibba/tabix/tabix/nextflow.config | ||
tags: | ||
- tabix | ||
- tabix/tabix | ||
files: | ||
- path: output/tabix/test.vcf.gz.csi | ||
md5sum: 6f733d80ee760fcc8fdbe504a03f2640 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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