mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
Change path to tests
This commit is contained in:
parent
a87d584c48
commit
305d47fc87
23 changed files with 28 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: bowtie2 align single-end
|
- name: bowtie2 align single-end
|
||||||
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_align_single_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bowtie2/align -entry test_bowtie2_align_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bowtie2
|
- bowtie2
|
||||||
- bowtie2_align_single_end
|
- bowtie2_align_single_end
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
should_exist: true
|
should_exist: true
|
||||||
|
|
||||||
- name: bowtie2 align paired-end
|
- name: bowtie2 align paired-end
|
||||||
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_align_paired_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bowtie2/align -entry test_bowtie2_align_paired_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bowtie2
|
- bowtie2
|
||||||
- bowtie2_align_paired_end
|
- bowtie2_align_paired_end
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: bowtie2 build
|
- name: bowtie2 build
|
||||||
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_build -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bowtie2/build -entry test_bowtie2_build -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bowtie2
|
- bowtie2
|
||||||
- bowtie2_build
|
- bowtie2_build
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: bwa index
|
- name: bwa index
|
||||||
command: nextflow run ./tests/software/bwa -entry test_bwa_index -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bwa/index -entry test_bwa_index -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bwa
|
- bwa
|
||||||
- bwa_index
|
- bwa_index
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: bwa mem single-end
|
- name: bwa mem single-end
|
||||||
command: nextflow run ./tests/software/bwa -entry test_bwa_mem_single_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bwa
|
- bwa
|
||||||
- bwa_mem
|
- bwa_mem
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
md5sum: 3ee21210bac387e0335008146e4728bc
|
md5sum: 3ee21210bac387e0335008146e4728bc
|
||||||
|
|
||||||
- name: bwa mem paired-end
|
- name: bwa mem paired-end
|
||||||
command: nextflow run ./tests/software/bwa -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/bwa/mem -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- bwa
|
- bwa
|
||||||
- bwa_mem
|
- bwa_mem
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: dsh filterbed
|
- name: dsh filterbed
|
||||||
command: nextflow run ./tests/software/dsh -entry test_dsh_filterbed -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/dsh/filterbed -entry test_dsh_filterbed -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- dsh
|
- dsh
|
||||||
- dsh_filterbed
|
- dsh_filterbed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: dsh splitbed
|
- name: dsh splitbed
|
||||||
command: nextflow run ./tests/software/dsh -entry test_dsh_splitbed -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/dsh/splitbed -entry test_dsh_splitbed -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- dsh
|
- dsh
|
||||||
- dsh_splitbed
|
- dsh_splitbed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: picard collectmultiplemetrics
|
- name: picard collectmultiplemetrics
|
||||||
command: nextflow run ./tests/software/picard -entry test_picard_collectmultiplemetrics -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/picard/collectmultiplemetrics -entry test_picard_collectmultiplemetrics -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- picard
|
- picard
|
||||||
- picard_collectmultiplemetrics
|
- picard_collectmultiplemetrics
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: picard markduplicates on sorted bam
|
- name: picard markduplicates on sorted bam
|
||||||
command: nextflow run ./tests/software/picard -entry test_picard_markduplicates_sorted_bam -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/picard/markduplicates -entry test_picard_markduplicates_sorted_bam -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- picard
|
- picard
|
||||||
- picard_markduplicates
|
- picard_markduplicates
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
md5sum: 0ed0bfc94069380334ccd595f6d8207c
|
md5sum: 0ed0bfc94069380334ccd595f6d8207c
|
||||||
|
|
||||||
- name: picard markduplicates on unsorted bam
|
- name: picard markduplicates on unsorted bam
|
||||||
command: nextflow run ./tests/software/picard -entry test_picard_markduplicates_unsorted_bam -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/picard/markduplicates -entry test_picard_markduplicates_unsorted_bam -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- picard
|
- picard
|
||||||
- picard_markduplicates
|
- picard_markduplicates
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: picard mergesamfiles
|
- name: picard mergesamfiles
|
||||||
command: nextflow run ./tests/software/picard -entry test_picard_mergesamfiles -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/picard/mergesamfiles -entry test_picard_mergesamfiles -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- picard
|
- picard
|
||||||
- picard_mergesamfiles
|
- picard_mergesamfiles
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: preseq lcextrap single-end
|
- name: preseq lcextrap single-end
|
||||||
command: nextflow run ./tests/software/preseq -entry test_preseq_single_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- preseq
|
- preseq
|
||||||
- preseq_lcextrap
|
- preseq_lcextrap
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
- path: output/test_preseq_single_end/test.command.log
|
- path: output/test_preseq_single_end/test.command.log
|
||||||
|
|
||||||
- name: preseq lcextrap paired-end
|
- name: preseq lcextrap paired-end
|
||||||
command: nextflow run ./tests/software/preseq -entry test_preseq_paired_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_paired_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- preseq
|
- preseq
|
||||||
- preseq_lcextrap
|
- preseq_lcextrap
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: salmon index
|
- name: salmon index
|
||||||
command: nextflow run ./tests/software/salmon -entry test_salmon_index -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/salmon/index -entry test_salmon_index -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- salmon
|
- salmon
|
||||||
- salmon_index
|
- salmon_index
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: salmon quant single-end
|
- name: salmon quant single-end
|
||||||
command: nextflow run ./tests/software/salmon -entry test_salmon_quant_single_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/salmon/quant -entry test_salmon_quant_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- salmon
|
- salmon
|
||||||
- salmon_quant
|
- salmon_quant
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools flagstat
|
- name: samtools flagstat
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_flagstat -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/flagstat -entry test_samtools_flagstat -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_flagstat
|
- samtools_flagstat
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools idxstats
|
- name: samtools idxstats
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_idxstats -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/idxstats -entry test_samtools_idxstats -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_idxstats
|
- samtools_idxstats
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools index
|
- name: samtools index
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_index -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/index -entry test_samtools_index -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_index
|
- samtools_index
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools mpileup
|
- name: samtools mpileup
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_mpileup -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/mpileup -entry test_samtools_mpileup -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_mpileup
|
- samtools_mpileup
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools sort
|
- name: samtools sort
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_sort -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/sort -entry test_samtools_sort -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_sort
|
- samtools_sort
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools stats
|
- name: samtools stats
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_stats -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/stats -entry test_samtools_stats -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_stats
|
- samtools_stats
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: samtools view
|
- name: samtools view
|
||||||
command: nextflow run ./tests/software/samtools/ -entry test_samtools_view -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/samtools/view -entry test_samtools_view -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- samtools
|
- samtools
|
||||||
- samtools_view
|
- samtools_view
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: seacr callpeak
|
- name: seacr callpeak
|
||||||
command: nextflow run ./tests/software/seacr/ -entry test_seacr_callpeak -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/seacr/callpeak -entry test_seacr_callpeak -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- seacr
|
- seacr
|
||||||
- seacr_callpeak
|
- seacr_callpeak
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: star align single-end
|
- name: star align single-end
|
||||||
command: nextflow run ./tests/software/star -entry test_star_alignment_single_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/star/align -entry test_star_alignment_single_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- star
|
- star
|
||||||
- star_align
|
- star_align
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||||
|
|
||||||
- name: star align paired-end
|
- name: star align paired-end
|
||||||
command: nextflow run ./tests/software/star -entry test_star_alignment_paired_end -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/star/align -entry test_star_alignment_paired_end -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- star
|
- star
|
||||||
- star_align
|
- star_align
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: star genomegenerate
|
- name: star genomegenerate
|
||||||
command: nextflow run ./tests/software/star -entry test_star_genomegenerate -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/star/genomegenerate -entry test_star_genomegenerate -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- star
|
- star
|
||||||
- star_genomegenerate
|
- star_genomegenerate
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: ucsc bedgraphtobigwig
|
- name: ucsc bedgraphtobigwig
|
||||||
command: nextflow run ./tests/software/ucsc/ -entry test_ucsc_bedgraphtobigwig -c tests/config/nextflow.config
|
command: nextflow run ./tests/software/ucsc/bedgraphtobigwig -entry test_ucsc_bedgraphtobigwig -c tests/config/nextflow.config
|
||||||
tags:
|
tags:
|
||||||
- ucsc_bedgraphtobigwig
|
- ucsc_bedgraphtobigwig
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Add table
Reference in a new issue