-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbamtofastq_help.txt
More file actions
67 lines (51 loc) · 3.32 KB
/
Copy pathbamtofastq_help.txt
File metadata and controls
67 lines (51 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
$ NXF_SYNTAX_PARSER=v2 nextflow run . --help
N E X T F L O W ~ version 26.04.3
Downloading plugin nf-schema@2.6.1
Launching `./main.nf` [condescending_stonebraker] revision: 1a4d4b58aa
------------------------------------------------------
,--./,-.
___ __ __ __ ___ /,-._.--~'
|\ | |__ __ / ` / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \`-._,-`-,
`._,._,'
nf-core/bamtofastq 2.3.0dev
------------------------------------------------------
Typical pipeline command:
nextflow run nf-core/bamtofastq -profile <docker/singularity/.../institute> --input samplesheet.csv --outdir <OUTDIR>
help message of that parameter will be printed.
or `--helpFull`.
Input/output options
--input [string] Path to comma-separated file containing information about the samples in the experiment.
--outdir [string] The output directory where the results will be saved. You have to use absolute paths to storage on
Cloud infrastructure.
Main options
--chr [string] Only use reads mapping to a specific chromosome/region. Has to be specified as in bam: i.e chr1,
chr{1..22} (gets all reads mapping to chr1 to 22), 1, "X Y", incorrect naming will lead to a
potentially silent error.
--no_read_QC [boolean] If specified, no quality control will be performed on extracted reads. Useful, if this is done
anyways in the subsequent workflow.
--no_stats [boolean] If specified, skips all quality control and stats computation, including `FastQC` on both input bam
and output reads, `samtools flagstat`, `samtools idxstats`, and `samtools stats`.
--reads_in_memory [integer] Reads to store in memory [default = '100000']. Only relevant for use with `--samtools_collate_fast`.
[default: 100000]
--samtools_collate_fast [boolean] Uses fast mode for samtools collate in `sortExtractMapped`, `sortExtractUnmapped` and
`sortExtractSingleEnd`.
Reference genome options
--genome [string] Name of iGenomes reference.
--fasta [string] Path to FASTA genome file.
--fasta_fai [string] Path to FASTA FAI genome index file.
Generic options
--email [string] Email address for completion summary.
--multiqc_title [string] MultiQC report title. Printed as page header, used for filename if not otherwise specified.
--multiqc_methods_description [string] Custom MultiQC yaml file containing HTML including a methods description.
--help [boolean, string] Display the help message.
--help_full [boolean] Display the full detailed help message.
--show_hidden [boolean] Display hidden parameters in the help message (only works when --help or --help_full are provided).
!! Hiding 19 param(s), use the `--showHidden` parameter to show them !!
------------------------------------------------------
* The pipeline
https://doi.org/10.5281/zenodo.4710628
* The nf-core framework
https://doi.org/10.1038/s41587-020-0439-x
* Software dependencies
https://github.com/nf-core/bamtofastq/blob/master/CITATIONS.md