mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
e971f538a9
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * Fix IQ tree * Fix picard markdup and merge sam * Fix plink/vcf version * Fix plink version output * Fix prokka version command * Fix pydamage * Try fixing markduplicates * Fix snpEff * Fix vcftools version * Fix pydamage and filtersamreads test run * Fix MarkDuplicates tests * Add missing unsorted checks * Remove MD5 sym due to stochasicity in BAM file
11 lines
337 B
YAML
11 lines
337 B
YAML
- name: iqtree test workflow
|
|
command: nextflow run ./tests/modules/iqtree -entry test_iqtree -c tests/config/nextflow.config
|
|
tags:
|
|
- iqtree
|
|
files:
|
|
- path: output/iqtree/informative_sites.fas.treefile
|
|
contains:
|
|
- '(sample1:0.002'
|
|
- '(sample2:0.005'
|
|
- 'sample3:0.0005'
|
|
- 'sample4:0.001'
|