@@ -33,79 +33,3 @@ The sample sheet listing read input files needs to have the following layout:
3333| ------- | ----------- | ------------------- | ------------------- |
3434| sample1 | strain XY | sample1_R1.fastq.gz | sample1_R2.fastq.gz |
3535| ... | ... | ... | ... |
36-
37- ### Parameters
38-
39- This table lists all parameters that can be used to run the workflow.
40-
41- | parameter | type | details | default |
42- | ------------------------ | ------- | -------------------------------------------------------- | ----------------- |
43- | ** samplesheet** | string | path to the sample sheet in tsv format | |
44- | ** get_genome** | | | |
45- | database | string | database to use for genome retrieval, 'ncbi' or 'manual' | ` ncbi ` |
46- | assembly | string | Refseq ID to use for genome retrieval | ` GCF_000307535.1 ` |
47- | fasta | string | path to a custom FASTA file (optional) | |
48- | gff | string | path to a custom GFF file (optional) | |
49- | gff_source_type | array | mapping of GFF source types to feature types | |
50- | ** fastp** | | | |
51- | extra | string | additional arguments to Fastp | |
52- | ** mapping** | | | |
53- | tool | string | mapping tool to use, one of 'bowtie2', 'bwa_mem2' | ` bwa_mem2 ` |
54- | _ bowtie2_ | | | |
55- | index | string | additional arguments to bowtie build | |
56- | extra | string | additional arguments to bowtie align | |
57- | _ bwa_mem2_ | | | |
58- | extra | string | additional arguments to bwa-mem2 | |
59- | sort | string | sorting tool to use | ` samtools ` |
60- | sort_order | string | sorting order to use | ` coordinate ` |
61- | sort_extra | string | additional arguments to the sorting tool | |
62- | _ samtools_sort_ | | | |
63- | extra | string | additional arguments to Samtools sort | ` -m 4G ` |
64- | index | object | Samtools index options | |
65- | extra | string | additional arguments to Samtools index | |
66- | _ star_ | | | |
67- | index | string | additional arguments to STAR index | |
68- | extra | string | additional arguments to STAR align | |
69- | _ minimap2_ | | | |
70- | index | string | additional arguments to minimap2 index | |
71- | extra | string | additional arguments to minimap2 align | ` -ax map-ont ` |
72- | sorting | string | sorting order to use | ` coordinate ` |
73- | sort_extra | string | additional arguments to the sorting tool | |
74- | ** mapping_stats** | | | |
75- | _ gffread_ | | | |
76- | extra | string | additional arguments to GFFread | |
77- | _ rseqc_infer_experiment_ | | | |
78- | extra | string | additional arguments to RSeQC infer_experiment | |
79- | _ rseqc_bam_stat_ | | | |
80- | extra | string | additional arguments to RSeQC bam_stat | |
81- | _ deeptools_coverage_ | | | |
82- | genome_size | integer | genome size in base pairs | ` 1000 ` |
83- | extra | string | additional arguments to DeepTools bamCoverage | |
84- | ** variant_calling** | | | |
85- | _ bcftools_pileup_ | | | |
86- | uncompressed | boolean | whether to output uncompressed BCF files | ` False ` |
87- | extra | string | additional arguments to BCFtools pileup | |
88- | _ bcftools_call_ | | | |
89- | uncompressed | boolean | whether to output uncompressed VCF files | ` False ` |
90- | caller | string | use '-c' for consensus or '-m' for multiallelic | ` -c ` |
91- | extra | string | additional arguments to BCFtools view | |
92- | _ bcftools_view_ | | | |
93- | extra | string | additional arguments to BCFtools call | |
94- | _ bcftools_filter_ | | | |
95- | filter | string | expression by which to filter BCF/VCF result | ` -e 'ALT=\".\"' ` |
96- | extra | string | additional arguments to BCFtools filter | |
97- | _ freebayes_ | | | |
98- | extra | string | additional arguments to Freebayes call | |
99- | ** variant_annotation** | | | |
100- | tool | string | annotation tool to use, one of 'vep', 'snpeff' | ` vep ` |
101- | _ vep_ | | | |
102- | convert_gff | boolean | whether to convert NCBI GFF to Ensemble style GFF | ` True ` |
103- | plugins | array | VEP plugins to use | ` [] ` |
104- | extra | string | additional arguments to VEP | see config.yml |
105- | _ snpeff_ | | | |
106- | extra | string | additional arguments to SnpEff | see config.yml |
107- | ** qc** | | | |
108- | _ fastqc_ | | | |
109- | extra | string | additional arguments to FastQC | |
110- | _ multiqc_ | | | |
111- | extra | string | additional arguments to MultiQC | |
0 commit comments