|
| 1 | +# Parameters |
| 2 | + |
| 3 | +A list of all possible parameter that can be used for the different scripts included in Sarek. |
| 4 | + |
| 5 | +## Common for all scripts |
| 6 | + |
| 7 | +### --help |
| 8 | + |
| 9 | +Display help |
| 10 | + |
| 11 | +### --noReports |
| 12 | + |
| 13 | +Disable all QC tools and MultiQC. |
| 14 | + |
| 15 | +### --outDir |
| 16 | + |
| 17 | +Choose an output directory |
| 18 | + |
| 19 | +### --project `ProjectID` |
| 20 | + |
| 21 | +Specify a project number ID on a UPPMAX cluster. |
| 22 | +(optional if not on such a cluster) |
| 23 | + |
| 24 | +### --sample `file.tsv` |
| 25 | + |
| 26 | +Use the given TSV file as sample (cf [TSV documentation](TSV.md)). |
| 27 | +Is not used for `annotate.nf` and `runMultiQC.nf`. |
| 28 | + |
| 29 | +### --tools `tool1[,tool2,tool3...]` |
| 30 | + |
| 31 | +Choose which tools will be used in the workflow. |
| 32 | +Different tools to be separated by commas. |
| 33 | +Possible values are: |
| 34 | + |
| 35 | +- haplotypecaller (use `HaplotypeCaller` for VC) (germlineVC.nf) |
| 36 | +- manta (use `Manta` for SV) (germlineVC.nf,somaticVC.nf) |
| 37 | +- strelka (use `Strelka` for VC) (germlineVC.nf,somaticVC.nf) |
| 38 | +- ascat (use `ASCAT` for CNV) (somaticVC.nf) |
| 39 | +- mutect2 (use `MuTect2` for VC) (somaticVC.nf) |
| 40 | +- snpeff (use `snpEff` for Annotation) (annotate.nf) |
| 41 | +- vep (use `VEP` for Annotation) (annotate.nf) |
| 42 | + |
| 43 | +`--tools` option is case insensitive to avoid easy introduction of errors when choosing tools. |
| 44 | +So you can write `--tools mutect2,ascat` or `--tools MuTect2,ASCAT` without worrying about case sensitivity. |
| 45 | + |
| 46 | +### --verbose |
| 47 | + |
| 48 | +Display more information about files being processed. |
| 49 | + |
| 50 | +## Preprocessing script (`main.nf`) |
| 51 | +### --step `step` |
| 52 | + |
| 53 | +Choose from wich step the workflow will start. |
| 54 | +Choose only one step. |
| 55 | +Possible values are: |
| 56 | + |
| 57 | +- mapping (default, will start workflow with FASTQ files) |
| 58 | +- recalibrate (will start workflow with BAM files and Recalibration Tables |
| 59 | + |
| 60 | +`--step` option is case insensitive to avoid easy introduction of errors when choosing a step. |
| 61 | + |
| 62 | +### --test |
| 63 | + |
| 64 | +Test run Sarek on a smaller dataset, that way you don't have to specify `--sample Sarek-data/testdata/tsv/tiny.tsv` |
| 65 | + |
| 66 | +### --onlyQC |
| 67 | + |
| 68 | +Run only QC tools and MultiQC to generate a HTML report. |
| 69 | + |
| 70 | + |
| 71 | +## Annotate script (`annotate.nf`) |
| 72 | + |
| 73 | +### --annotateTools `tool1[,tool2,tool3...]` |
| 74 | + |
| 75 | +Choose which tools to annotate. |
| 76 | +Different tools to be separated by commas. |
| 77 | +Possible values are: |
| 78 | +- haplotypecaller (Annotate `HaplotypeCaller` output) |
| 79 | +- manta (Annotate `Manta` output) |
| 80 | +- mutect2 (Annotate `MuTect2` output) |
| 81 | +- strelka (Annotate `Strelka` output) |
| 82 | + |
| 83 | +### --annotateVCF `file1[,file2,file3...]` |
| 84 | + |
| 85 | +Choose vcf to annotate. |
| 86 | +Different vcfs to be separated by commas. |
| 87 | + |
| 88 | + |
| 89 | +## MultiQC script (`runMultiQC.nf`) |
| 90 | +### --callName `Name` |
| 91 | + |
| 92 | +Specify a name for MultiQC report (optional) |
| 93 | + |
| 94 | +### --contactMail `email` |
| 95 | + |
| 96 | +Specify an email for MultiQC report (optional) |
| 97 | + |
| 98 | + |
| 99 | +## References |
| 100 | + |
| 101 | +For most use cases, the reference information is already in the configuration file [`conf/genomes.config`](https://github.com/SciLifeLab/Sarek/blob/master/conf/genomes.config). |
| 102 | +However, if needed, you can specify any reference file at the command line. |
| 103 | + |
| 104 | +### --acLoci `acLoci file` |
| 105 | + |
| 106 | +### --bwaIndex `bwaIndex file` |
| 107 | + |
| 108 | +### --cosmic `cosmic file` |
| 109 | + |
| 110 | +### --cosmicIndex `cosmicIndex file` |
| 111 | + |
| 112 | +### --dbsnp `dbsnp file` |
| 113 | + |
| 114 | +### --dbsnpIndex `dbsnpIndex file` |
| 115 | + |
| 116 | +### --genomeDict `genomeDict file` |
| 117 | + |
| 118 | +### --genomeFile `genomeFile file` |
| 119 | + |
| 120 | +### --genomeIndex `genomeIndex file` |
| 121 | + |
| 122 | +### --intervals `intervals file` |
| 123 | + |
| 124 | +### --knownIndels `knownIndels file` |
| 125 | + |
| 126 | +### --knownIndelsIndex `knownIndelsIndex file` |
| 127 | + |
| 128 | +### --snpeffDb `snpeffDb file` |
| 129 | + |
| 130 | +## Hardware Parameters |
| 131 | + |
| 132 | +For most use cases, the reference information is already in the appropriate [configuration files](https://github.com/SciLifeLab/Sarek/blob/master/conf/). |
| 133 | +However, it is still possible to specify these parameters at the command line as well. |
| 134 | + |
| 135 | +### --runTime `time` |
| 136 | + |
| 137 | +### --singleCPUMem `memory` |
| 138 | + |
| 139 | +### --totalMemory `memory` |
0 commit comments