nf-core_modules/tests/modules/quast/test.yml

113 lines
6.2 KiB
YAML
Raw Normal View History

- name: quast with reference
Update all modules to new NF DSL2 syntax (#1099) * Add comment line for consistency * Remove all functions.nf * Remove include functions.nf and publishDir options * Replace options.args3 with task.ext.args3 - 3 modules * Replace options.args3 with task.ext.args3 - 17 modules * Replace {task.cpus} with task.cpus * Replace off on off off off off off off off on off on off on off off off on off off off on on off off off on on off off off off off off off on off off off off on off on on off off off on on on on off off off on off on on off on on off off on on on off on on off on off off off off on off off off on off off on off on off off off on on off on off on off off on off off off on off off off on off off off off on off off off on on on off on on off off on off on on on off on on off on on on off off off off off on on off off on off off off off off on off off on on off on on off on off off off on off off off off on on off on off off on off off on off on off off off off off off off off on on off on off off off.args with * Add def args = task.ext.args line to all modules in script section * Replace options.args with args and args_list * Initialise args2 and args3 properly * Replace container syntax * Revert container changes for cellranger/mkref * Replace getProcessName in all modules * Replace getSoftwareName in all modules * Unify modules using VERSION variable * Replae options.suffix with task.ext.suffix * Remove NF version restriction for CI * Bump NF version in README * Replace task.process.tokenize logic with task.process * Minor tweaks to unify syntax in tests main.nf * Add a separate nextflow.config for each module * Transfer remaining module options to nextflow.config * Remove addParams from tests main.nf * Remove TODO statements * Use -c to import module specific config * Bump NF version to 21.10.3 * Fix tests for artic/minion * Fix broken publishDir syntax * Standardise and fix obvious failing module tests * Remove kronatools to krona * Comment out tags in subworkflow test.yml * Fix failing module tests * Add consistent indentation to nextflow.config * Comment out subworklow definitions * Fix kallistobustools/ref * Fix rmarkdownnotebook * Fix jupyternotebook * Quote task.process * Add plink2/vcf to pytest_modules.yml * Remove NF_CORE_MODULES_TEST from pytest CI * Fix more tests * Move bacteroides_fragilis to prokaryotes folder * Fix cooler merge tests * Fix kallistobustools/count tests * Fix kallistobustools/ref tests * Update test_10x_1_fastq_gz file for kallistobustools/count tests * Fix bcftools/query tests * Fix delly/call tests * Fix cooler/zoomify tests * Fix csvtk/split tests * Fix gatk4/intervallisttools tests * Fix gatk4/variantfiltration * Fix pydamage/filter tests * Fix test data for unicycler * Fix gstama/collapse module * Fix leehom tests * Fix metaphlan3 tests * Fix pairtools/select tests * Update nextflow.config * Update nextflow.config * feat: update syntax * Fix arriba tests * Fix more failing tests * Update test syntax * Remove comments from tests nextflow.config * Apply suggestions from code review * Fix kallistobustools/count module * Update dumpsoftwareversions module * Update custom/dumpsoftwareversions * Add args2 to untar module * Update leftover modules * Remove last remaining addParams Co-authored-by: JoseEspinosa <kadomu@gmail.com> Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: MaxUlysse <max.u.garcia@gmail.com>
2021-11-26 07:58:40 +00:00
command: nextflow run ./tests/modules/quast -entry test_quast_ref -c ./tests/config/nextflow.config -c ./tests/modules/quast/nextflow.config
2021-01-29 15:14:33 +00:00
tags:
- quast
files:
2021-02-01 12:36:25 +00:00
- path: ./output/quast/report.tsv
2021-01-29 15:14:33 +00:00
- path: ./output/quast/quast/transposed_report.txt
md5sum: 5dee51af1e7f916200d0a80f0c66be60
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/transposed_report.tex
md5sum: 336ec8d7b403fe1e0519e3a39eadd691
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/icarus.html
- path: ./output/quast/quast/transposed_report.tsv
md5sum: 0e1b2eff1e8fd91a0bf80165d8f31ae5
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.tex
md5sum: a9aac7d2ac2263df7e4599e4431c7393
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.txt
md5sum: 2da78350f20819f2625bd467800700ad
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.tsv
md5sum: 38fb41afadc09ffcbef62e42fea49f5e
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/report.html
- path: ./output/quast/quast/report.pdf
- path: ./output/quast/quast/quast.log
- path: ./output/quast/quast/genome_stats/transcriptome_genomic_features_any.txt
2021-02-01 12:36:25 +00:00
md5sum: 307b3bb1f42fc2f11a60a2e9846021d7
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/genome_stats/features_cumulative_plot.pdf
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/genome_stats/features_frcurve_plot.pdf
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/genome_stats/genome_info.txt
md5sum: d0193b322079565dc78608291e9c44d1
- path: ./output/quast/quast/genome_stats/transcriptome_gaps.txt
2021-02-01 12:36:25 +00:00
md5sum: c52381f09ea40b6141be5232494727b6
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/basic_stats/cumulative_plot.pdf
- path: ./output/quast/quast/basic_stats/Nx_plot.pdf
- path: ./output/quast/quast/basic_stats/transcriptome_GC_content_plot.pdf
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/basic_stats/gc.icarus.txt
md5sum: b3a770802ff9b2dd4ee8e47bddb2df3e
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/basic_stats/NGx_plot.pdf
- path: ./output/quast/quast/basic_stats/GC_content_plot.pdf
- path: ./output/quast/quast/aligned_stats/cumulative_plot.pdf
- path: ./output/quast/quast/aligned_stats/NGAx_plot.pdf
- path: ./output/quast/quast/aligned_stats/NAx_plot.pdf
- path: ./output/quast/quast/contigs_reports/contigs_report_transcriptome.mis_contigs.info
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: d41d8cd98f00b204e9800998ecf8427e
- path: ./output/quast/quast/contigs_reports/misassemblies_frcurve_plot.pdf
- path: ./output/quast/quast/contigs_reports/contigs_report_transcriptome.unaligned.info
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: a8505cf206bf53ca369f7e3073fee587
- path: ./output/quast/quast/contigs_reports/transposed_report_misassemblies.tex
md5sum: d778f337899736cc62ed837b739b375c
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/contigs_reports/misassemblies_report.txt
md5sum: 8b9a6d675a41bab6bf344dde2a20a939
- path: ./output/quast/quast/contigs_reports/contigs_report_transcriptome.stdout
- path: ./output/quast/quast/contigs_reports/all_alignments_transcriptome.tsv
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: c247152eb82b361106492642fd796e2c
- path: ./output/quast/quast/contigs_reports/misassemblies_report.tex
md5sum: ec1f7a1d1fb4a1b465057cf897b90b51
- path: ./output/quast/quast/contigs_reports/transcriptome.mis_contigs.fa
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: d41d8cd98f00b204e9800998ecf8427e
- path: ./output/quast/quast/contigs_reports/transposed_report_misassemblies.txt
md5sum: fdb440c653e2f0306286798cacceaadb
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/contigs_reports/unaligned_report.tsv
md5sum: 81d9597314356363a6b4e0d67027345a
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/contigs_reports/transposed_report_misassemblies.tsv
md5sum: 3e8f449dd4481d1cfd4ce3ddab97b8e3
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/contigs_reports/unaligned_report.txt
- path: ./output/quast/quast/contigs_reports/misassemblies_report.tsv
md5sum: a32a09a0df811d1a75fbfe124081d1ca
- path: ./output/quast/quast/contigs_reports/contigs_report_transcriptome.stderr
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/contigs_reports/misassemblies_plot.pdf
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/contigs_reports/unaligned_report.tex
md5sum: e8e3bcb86da2cbd8eded980de80fa45c
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.coords.filtered
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: ec9191d0acb5d5bce56b4842551a8598
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.coords
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: dda3fc0addc41ecc0d5183dee6f95886
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.used_snps.gz
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: 7b1db1b433cd95243a949bcb72e7e3a6
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.sf
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.unaligned
2021-02-01 12:36:25 +00:00
md5sum: d41d8cd98f00b204e9800998ecf8427e
- path: ./output/quast/quast/contigs_reports/minimap_output/transcriptome.coords_tmp
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
md5sum: ce66eaeb99fdc11e4d50efadc1816e04
- path: ./output/quast/quast/icarus_viewers/alignment_viewer.html
- path: ./output/quast/quast/icarus_viewers/contig_size_viewer.html
2021-01-29 15:14:33 +00:00
- name: quast without reference
Update all modules to new NF DSL2 syntax (#1099) * Add comment line for consistency * Remove all functions.nf * Remove include functions.nf and publishDir options * Replace options.args3 with task.ext.args3 - 3 modules * Replace options.args3 with task.ext.args3 - 17 modules * Replace {task.cpus} with task.cpus * Replace off on off off off off off off off on off on off on off off off on off off off on on off off off on on off off off off off off off on off off off off on off on on off off off on on on on off off off on off on on off on on off off on on on off on on off on off off off off on off off off on off off on off on off off off on on off on off on off off on off off off on off off off on off off off off on off off off on on on off on on off off on off on on on off on on off on on on off off off off off on on off off on off off off off off on off off on on off on on off on off off off on off off off off on on off on off off on off off on off on off off off off off off off off on on off on off off off.args with * Add def args = task.ext.args line to all modules in script section * Replace options.args with args and args_list * Initialise args2 and args3 properly * Replace container syntax * Revert container changes for cellranger/mkref * Replace getProcessName in all modules * Replace getSoftwareName in all modules * Unify modules using VERSION variable * Replae options.suffix with task.ext.suffix * Remove NF version restriction for CI * Bump NF version in README * Replace task.process.tokenize logic with task.process * Minor tweaks to unify syntax in tests main.nf * Add a separate nextflow.config for each module * Transfer remaining module options to nextflow.config * Remove addParams from tests main.nf * Remove TODO statements * Use -c to import module specific config * Bump NF version to 21.10.3 * Fix tests for artic/minion * Fix broken publishDir syntax * Standardise and fix obvious failing module tests * Remove kronatools to krona * Comment out tags in subworkflow test.yml * Fix failing module tests * Add consistent indentation to nextflow.config * Comment out subworklow definitions * Fix kallistobustools/ref * Fix rmarkdownnotebook * Fix jupyternotebook * Quote task.process * Add plink2/vcf to pytest_modules.yml * Remove NF_CORE_MODULES_TEST from pytest CI * Fix more tests * Move bacteroides_fragilis to prokaryotes folder * Fix cooler merge tests * Fix kallistobustools/count tests * Fix kallistobustools/ref tests * Update test_10x_1_fastq_gz file for kallistobustools/count tests * Fix bcftools/query tests * Fix delly/call tests * Fix cooler/zoomify tests * Fix csvtk/split tests * Fix gatk4/intervallisttools tests * Fix gatk4/variantfiltration * Fix pydamage/filter tests * Fix test data for unicycler * Fix gstama/collapse module * Fix leehom tests * Fix metaphlan3 tests * Fix pairtools/select tests * Update nextflow.config * Update nextflow.config * feat: update syntax * Fix arriba tests * Fix more failing tests * Update test syntax * Remove comments from tests nextflow.config * Apply suggestions from code review * Fix kallistobustools/count module * Update dumpsoftwareversions module * Update custom/dumpsoftwareversions * Add args2 to untar module * Update leftover modules * Remove last remaining addParams Co-authored-by: JoseEspinosa <kadomu@gmail.com> Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> Co-authored-by: MaxUlysse <max.u.garcia@gmail.com>
2021-11-26 07:58:40 +00:00
command: nextflow run ./tests/modules/quast -entry test_quast_noref -c ./tests/config/nextflow.config -c ./tests/modules/quast/nextflow.config
2021-01-29 15:14:33 +00:00
tags:
- quast
files:
2021-02-01 12:36:25 +00:00
- path: ./output/quast/report.tsv
md5sum: 074e239aac0f298cf4cd2a28a9bb5690
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/transposed_report.txt
md5sum: 8784d7c7349498e1507e09fbf554625d
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/transposed_report.tex
md5sum: 4c2a9dd0c1d3cbb80a2ac2577b5d363b
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/icarus.html
md5sum: ecc0b67f3d4ff54568dfb83d8ac5911b
2021-01-29 15:14:33 +00:00
- path: ./output/quast/quast/transposed_report.tsv
md5sum: f0b5f65b2050af83b6d170d384c7616b
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/report.tex
md5sum: 3da038cc5a02ef83e225c5277b87970b
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.txt
md5sum: bd2faaef244f02aa072d544c0d6d6e71
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.tsv
md5sum: 074e239aac0f298cf4cd2a28a9bb5690
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/report.html
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/report.pdf
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/quast.log
2021-01-29 15:14:33 +00:00
- path: ./output/quast/quast/basic_stats/cumulative_plot.pdf
2021-02-01 12:36:25 +00:00
- path: ./output/quast/quast/basic_stats/Nx_plot.pdf
- path: ./output/quast/quast/basic_stats/genome_GC_content_plot.pdf
Converge test data usage (#249) * initial data restructuing * fixed bedtools_complement * fixed bedtools_genomecov * fixed bedtools_getfasta * fixed bedtools_intersect * fixed bedtools maskfasta * fixed bedtools_merge * fixed bedtools_slop * fixed bedtools_sort * fixed bismark_genome_preparation * fixed blast * fixed bowtie data * fixed bowtie2 data * fixed bwa data * fixed bwamem2 data usage * fixed cat_fastq data * fixed cutadapt data * fixed dsh data * fixed fastp data * fixed fastqc; fixed bug with wrong fastq format * fixed gatk * fixed data for gffread, gunzip * fixed ivar paths * fixed data paths for minimap2 * fixed mosdepth * fixed multiqc, pangolin * fixed picard data paths * fixed data paths for qualimap, quast * fixed salmon data paths * fixed samtools paths * fixed seqwish, stringtie paths * fixed tabix, trimgalore paths * cleaned up data * added first description to README * changed test data naming again; everything up to bwa fixed * everything up to gatk4 * fixed everything up to ivar * fixed everything up to picard * everything up to quast * everything fixed up to stringtie * switched everyting to 'test' naming scheme * fixed samtools and ivar tests * cleaned up README a bit * add (simulated) methylation test data based on SARS-CoV-2 genome; simulated with Sherman --non_dir --genome sarscov2/fasta/ --paired -n 10000 -l 100 --CG 20 --CH 90 * bwameth/align: update data paths and checksums also, build index on the go * bwameth/index: update data paths and checksums * methyldackel/extract: update data paths and checksums * methyldackel/mbias: update data paths and checksums * bismark/deduplicate: update data paths and checksums * remove obsolete testdata * remove empty 'dummy_file.txt' * update data/README.md * methyldackel: fix test * Revert "methyldackel: fix test" This reverts commit f175a32d144b1b0bfa0c6885da80c51e3cfe038a. * methyldackel: fix test for real * move test.genome.sizes * changed test names * switched genomic to genome and transcriptome * fix bedtools, blast * fix gtf, tabix, .paf * fix bowtie,bwa,bwameth * fixed: bwa, bwamem, gatk, gffread, quast * fixed bismark and blast * fixed remaining tests * delete bam file Co-authored-by: phue <patrick.huether@gmail.com>
2021-03-04 10:10:57 +00:00
- path: ./output/quast/quast/basic_stats/GC_content_plot.pdf
- path: ./output/quast/quast/icarus_viewers/contig_size_viewer.html