tests: Remove -profile in tests

See ddbca7b467 for more info
This commit is contained in:
Edmund Miller 2021-02-02 15:30:59 -06:00
parent 35ac5c5f15
commit 688cc05fe8
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
20 changed files with 47 additions and 47 deletions

View file

@ -1,5 +1,5 @@
- name: Run bowtie build
command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_build -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie -entry test_bowtie_build -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_build
@ -18,7 +18,7 @@
md5sum: f3c398bba5158f4039334a932d79c051
- name: Run bowtie build and align single-end
command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_align
@ -41,7 +41,7 @@
md5sum: 9feed8a55d4b5e600dcc577768ef07fc
- name: Run bowtie index and align paired-end
command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config
tags:
- bowtie
- bowtie_align

View file

@ -1,5 +1,5 @@
- name: Run bowtie2 build
command: nextflow run ./tests/software/bowtie2 -profile docker -entry test_bowtie2_build -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_build -c tests/config/nextflow.config
tags:
- bowtie2
- bowtie2_build
@ -18,7 +18,7 @@
md5sum: 5e8fb4af677eb3a57a40e76dc3f6db72
- name: Run bowtie2 index and align single-end
command: nextflow run ./tests/software/bowtie2 -profile docker -entry test_bowtie2_alignment_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_alignment_single_end -c tests/config/nextflow.config
tags:
- bowtie2
- bowtie2_align
@ -41,7 +41,7 @@
md5sum: 906102f401d8234b6473790988fb09cf
- name: Run bowtie2 index and align paired-end
command: nextflow run ./tests/software/bowtie2 -profile docker -entry test_bowtie2_alignment_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bowtie2 -entry test_bowtie2_alignment_paired_end -c tests/config/nextflow.config
tags:
- bowtie2
- bowtie2_align

View file

@ -1,5 +1,5 @@
- name: Run bwa index
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_index -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -entry test_bwa_index -c tests/config/nextflow.config
tags:
- bwa
- bwa_index
@ -14,7 +14,7 @@
md5sum: a47dcc92e750e2f16fbd979b8ff9538e
- name: Run bwa mem single-end
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_mem_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -entry test_bwa_mem_single_end -c tests/config/nextflow.config
tags:
- bwa
- bwa_mem
@ -23,7 +23,7 @@
md5sum: 3ee21210bac387e0335008146e4728bc
- name: Run bwa mem paired-end
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
tags:
- bwa
- bwa_mem

View file

@ -1,5 +1,5 @@
- name: Run cutadapt single-end test workflow
command: nextflow run ./tests/software/cutadapt -profile docker -entry test_cutadapt_se -c tests/config/nextflow.config
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_se -c tests/config/nextflow.config
tags:
- cutadapt
- cutadapt_se
@ -8,7 +8,7 @@
- path: ./output/cutadapt/test.trim.fastq.gz
- name: Run cutadapt paired-end test workflow
command: nextflow run ./tests/software/cutadapt -profile docker -entry test_cutadapt_pe -c tests/config/nextflow.config
command: nextflow run ./tests/software/cutadapt -entry test_cutadapt_pe -c tests/config/nextflow.config
tags:
- cutadapt
- cutadapt_pe

View file

@ -1,5 +1,5 @@
- name: Run dsh filterbed
command: nextflow run ./tests/software/dsh -profile docker -entry test_dsh_filterbed -c tests/config/nextflow.config
command: nextflow run ./tests/software/dsh -entry test_dsh_filterbed -c tests/config/nextflow.config
tags:
- dsh
- dsh_filterbed
@ -8,7 +8,7 @@
md5sum: 91cee4392d6034793f99f6c53891d866
- name: Run dsh splitbed
command: nextflow run ./tests/software/dsh -profile docker -entry test_dsh_splitbed -c tests/config/nextflow.config
command: nextflow run ./tests/software/dsh -entry test_dsh_splitbed -c tests/config/nextflow.config
tags:
- dsh
- dsh_splitbed

View file

@ -1,5 +1,5 @@
- name: fastp_se
command: nextflow run ./tests/software/fastp -profile docker -entry test_fastp_se -c ./tests/config/nextflow.config
command: nextflow run ./tests/software/fastp -entry test_fastp_se -c ./tests/config/nextflow.config
tags:
- fastp
- fastp_se
@ -12,7 +12,7 @@
- path: ./output/fastp/test.fastp.html
- name: fastp_pe
command: nextflow run ./tests/software/fastp -profile docker -entry test_fastp_pe -c ./tests/config/nextflow.config
command: nextflow run ./tests/software/fastp -entry test_fastp_pe -c ./tests/config/nextflow.config
tags:
- fastp
- fastp_pe

View file

@ -1,5 +1,5 @@
- name: Run fastqc single-end test workflow
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/fastqc/ -entry test_single_end -c tests/config/nextflow.config
tags:
- fastqc
files:
@ -7,7 +7,7 @@
- path: output/test_single_end/test_fastqc.zip
- name: Run fastqc paired-end test workflow
command: nextflow run ./tests/software/fastqc/ -profile docker -entry test_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/fastqc/ -entry test_paired_end -c tests/config/nextflow.config
tags:
- fastqc
files:

View file

@ -1,5 +1,5 @@
- name: Run gffread test workflow
command: nextflow run ./tests/software/gffread/ -profile docker -entry test_gffread -c tests/config/nextflow.config
command: nextflow run ./tests/software/gffread/ -entry test_gffread -c tests/config/nextflow.config
tags:
- gffread
files:

View file

@ -1,5 +1,5 @@
- name: Run multiqc test workflow
command: nextflow run ./tests/software/multiqc/ -profile docker -entry test_multiqc -c tests/config/nextflow.config
command: nextflow run ./tests/software/multiqc/ -entry test_multiqc -c tests/config/nextflow.config
tags:
- multiqc
files:

View file

@ -1,5 +1,5 @@
- name: pangolin
command: nextflow run ./tests/software/pangolin -profile docker -entry test_pangolin -c ./tests/config/nextflow.config
command: nextflow run ./tests/software/pangolin -entry test_pangolin -c ./tests/config/nextflow.config
tags:
- pangolin
files:

View file

@ -1,5 +1,5 @@
- name: Run picard mergesamfiles
command: nextflow run ./tests/software/picard -profile docker -entry test_picard_mergesamfiles -c tests/config/nextflow.config
command: nextflow run ./tests/software/picard -entry test_picard_mergesamfiles -c tests/config/nextflow.config
tags:
- picard
- picard_mergesamfiles
@ -8,7 +8,7 @@
md5sum: a9c8a28d1aac362df5973ba2d9923f86
- name: Run picard collectmultiplemetrics
command: nextflow run ./tests/software/picard -profile docker -entry test_picard_collectmultiplemetrics -c tests/config/nextflow.config
command: nextflow run ./tests/software/picard -entry test_picard_collectmultiplemetrics -c tests/config/nextflow.config
tags:
- picard
- picard_collectmultiplemetrics
@ -25,7 +25,7 @@
- path: output/picard/test.CollectMultipleMetrics.quality_distribution_metrics
- name: Run picard MarkDuplicates
command: nextflow run ./tests/software/picard -profile docker -entry test_picard_markduplicates -c tests/config/nextflow.config
command: nextflow run ./tests/software/picard -entry test_picard_markduplicates -c tests/config/nextflow.config
tags:
- picard
- picard_markduplicates
@ -35,7 +35,7 @@
md5sum: 0ed0bfc94069380334ccd595f6d8207c
- name: Run picard MarkDuplicates without a sorted bam file so it fails
command: nextflow run ./tests/software/picard -profile docker -entry test_picard_markduplicates_not_sorted -c tests/config/nextflow.config
command: nextflow run ./tests/software/picard -entry test_picard_markduplicates_not_sorted -c tests/config/nextflow.config
tags:
- picard
- picard_markduplicates

View file

@ -1,5 +1,5 @@
- name: Run preseq single-end lcextrap
command: nextflow run ./tests/software/preseq -profile docker -entry test_preseq_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/preseq -entry test_preseq_single_end -c tests/config/nextflow.config
tags:
- preseq
- preseq_lcextrap
@ -10,7 +10,7 @@
- path: output/test_preseq_single_end/test.command.log
- name: Run preseq paired-end lcextrap
command: nextflow run ./tests/software/preseq -profile docker -entry test_preseq_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/preseq -entry test_preseq_paired_end -c tests/config/nextflow.config
tags:
- preseq
- preseq_lcextrap

View file

@ -1,5 +1,5 @@
- name: quast_ref
command: nextflow run ./tests/software/quast -profile docker -entry test_quast_ref -c ./tests/config/nextflow.config
command: nextflow run ./tests/software/quast -entry test_quast_ref -c ./tests/config/nextflow.config
tags:
- quast
- quast_reference
@ -88,7 +88,7 @@
- path: ./output/quast/quast/aligned_stats/NAx_plot.pdf
- name: quast_noref
command: nextflow run ./tests/software/quast -profile docker -entry test_quast_noref -c ./tests/config/nextflow.config
command: nextflow run ./tests/software/quast -entry test_quast_noref -c ./tests/config/nextflow.config
tags:
- quast
- quast_no_reference

View file

@ -1,5 +1,5 @@
- name: salmon index
command: nextflow run ./tests/software/salmon -profile docker -entry test_salmon_index -c tests/config/nextflow.config
command: nextflow run ./tests/software/salmon -entry test_salmon_index -c tests/config/nextflow.config
tags:
- salmon
- salmon_index
@ -31,7 +31,7 @@
md5sum: 79c4ddf34be3a98d5a7b9d153629a6f7
- name: salmon quant paired end
command: nextflow run ./tests/software/salmon -profile docker -entry test_salmon_quant_pe -c tests/config/nextflow.config
command: nextflow run ./tests/software/salmon -entry test_salmon_quant_pe -c tests/config/nextflow.config
tags:
- salmon
- salmon_quant
@ -85,7 +85,7 @@
md5sum: 27a76542337df436436e66017f66dd25
- name: salmon quant single-end
command: nextflow run ./tests/software/salmon -profile docker -entry test_salmon_quant_se -c tests/config/nextflow.config
command: nextflow run ./tests/software/salmon -entry test_salmon_quant_se -c tests/config/nextflow.config
tags:
- salmon
- salmon_quant

View file

@ -1,5 +1,5 @@
- name: Run samtools flagstat test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_flagstat -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_flagstat -c tests/config/nextflow.config
tags:
- samtools
- samtools_flagstat
@ -8,7 +8,7 @@
md5sum: 80590621c74f5ee43ada20d010a3837f
- name: Run samtools idxstats test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_idxstats -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_idxstats -c tests/config/nextflow.config
tags:
- samtools
- samtools_idxstats
@ -17,7 +17,7 @@
md5sum: 3bee8b7d55e412da2b3816c5a18d60d5
- name: Run samtools index test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_index -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_index -c tests/config/nextflow.config
tags:
- samtools
- samtools_index
@ -26,7 +26,7 @@
md5sum: 67338c2995eae82c849830ca55aa7bd1
- name: Run samtools sort test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_sort -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_sort -c tests/config/nextflow.config
tags:
- samtools
- samtools_sort
@ -35,7 +35,7 @@
md5sum: a41bfadacd2eeef1d31e05c135cc4f4e
- name: Run samtools stats test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_stats -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_stats -c tests/config/nextflow.config
tags:
- samtools
- samtools_stats
@ -44,7 +44,7 @@
md5sum: 06c183864d6e47ab89b0650cae831a93
- name: Run samtools view test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_view -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_view -c tests/config/nextflow.config
tags:
- samtools
- samtools_view
@ -53,7 +53,7 @@
md5sum: 7ea2c325e2249ed7ef44e1d9fdc4f8ff
- name: Run samtools mpileup test workflow
command: nextflow run ./tests/software/samtools/ -profile docker -entry test_samtools_mpileup -c tests/config/nextflow.config
command: nextflow run ./tests/software/samtools/ -entry test_samtools_mpileup -c tests/config/nextflow.config
tags:
- samtools
- samtools_mpileup

View file

@ -1,5 +1,5 @@
- name: Run seacr call peak test workflow
command: nextflow run ./tests/software/seacr/ -profile docker -entry test_seacr_callpeak -c tests/config/nextflow.config
command: nextflow run ./tests/software/seacr/ -entry test_seacr_callpeak -c tests/config/nextflow.config
tags:
- seacr
- seacr_callpeak

View file

@ -1,5 +1,5 @@
- name: Run star genomegenerate
command: nextflow run ./tests/software/star -profile docker -entry test_star_genomegenerate -c tests/config/nextflow.config
command: nextflow run ./tests/software/star -entry test_star_genomegenerate -c tests/config/nextflow.config
tags:
- star
- star_genomegenerate
@ -32,7 +32,7 @@
md5sum: 8fbe69abbbef4f89da3854873984dbac
- name: Run star single-end alignment
command: nextflow run ./tests/software/star -profile docker -entry test_star_alignment_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/star -entry test_star_alignment_single_end -c tests/config/nextflow.config
tags:
- star
- star_align
@ -70,7 +70,7 @@
md5sum: d41d8cd98f00b204e9800998ecf8427e
- name: Run star paired-end alignment
command: nextflow run ./tests/software/star -profile docker -entry test_star_alignment_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/star -entry test_star_alignment_paired_end -c tests/config/nextflow.config
tags:
- star
- star_align

View file

@ -1,5 +1,5 @@
- name: Run stringtie forward strand test workflow
command: nextflow run ./tests/software/stringtie/ -profile docker -entry test_stringtie_forward -c tests/config/nextflow.config
command: nextflow run ./tests/software/stringtie/ -entry test_stringtie_forward -c tests/config/nextflow.config
tags:
- stringtie
files:
@ -21,7 +21,7 @@
md5sum: 0106f70121a8b520d98b8739aed92915
- name: Run stringtie reverse strand test workflow
command: nextflow run ./tests/software/stringtie/ -profile docker -entry test_stringtie_reverse -c tests/config/nextflow.config
command: nextflow run ./tests/software/stringtie/ -entry test_stringtie_reverse -c tests/config/nextflow.config
tags:
- stringtie
files:

View file

@ -1,5 +1,5 @@
- name: Run trimgalore single-end test workflow
command: nextflow run ./tests/software/trimgalore/ -profile docker -entry test_trimgalore_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_single_end -c tests/config/nextflow.config
tags:
- trimgalore
files:
@ -9,7 +9,7 @@
- path: output/test_single_end/test_trimmed.fq.gz
- name: Run trimgalore paired-end test workflow
command: nextflow run ./tests/software/trimgalore/ -profile docker -entry test_trimgalore_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/trimgalore/ -entry test_trimgalore_paired_end -c tests/config/nextflow.config
tags:
- trimgalore
files:

View file

@ -1,5 +1,5 @@
- name: Run bedgraphtobigwig test workflow
command: nextflow run ./tests/software/ucsc/ -profile docker -entry test_ucsc_bedgraphtobigwig -c tests/config/nextflow.config
command: nextflow run ./tests/software/ucsc/ -entry test_ucsc_bedgraphtobigwig -c tests/config/nextflow.config
tags:
- ucsc_bedgraphtobigwig
files: