Converts any kind of ReadTools source to FASTQ format.
Description
Converts to the FASTQ format any kind of ReadTools source (SAM/BAM/CRAM/FASTQ), including information from the barcodes (BC tag) in the read name (Illumina format) to allow keeping sample data.
See additional information in the following pages:
Arguments
Required Arguments
Argument name(s) | Type | Description |
---|---|---|
--input -I |
String | BAM/SAM/CRAM/FASTQ source of reads. |
--output -O |
String | Output FASTQ file prefix. |
Optional Arguments
Argument name(s) | Type | Default value(s) | Description |
---|---|---|---|
--arguments_file |
List[File] | [] | read one or more arguments files and add them to the command line |
--gcs_max_retries -gcs_retries |
int | 20 | If the GCS bucket channel errors out, how many times it will attempt to re-initiate the connection |
--help -h |
boolean | false | display the help message |
--interleavedFastqOutput -IFO |
boolean | false | If true, creates an interleaved FASTQ output. Otherwise, it will be splited by pairs/single end. |
--version |
boolean | false | display the version number for this tool |
Optional Common Arguments
Argument name(s) | Type | Default value(s) | Description |
---|---|---|---|
--barcodeInReadName -barcodeInReadName |
boolean | false | Use the barcode encoded in SAM/BAM/CRAM read names. Note: this is not necessary for input FASTQ files. |
--createOutputFastqMD5 -OFM |
boolean | false | If true, create a MD5 digest for FASTQ file(s). |
--forceEncoding -forceEncoding |
FastqQualityFormat | null | Force original quality encoding of the input files. Possible values: Solexa, Illumina, Standard |
--forceOverwrite -forceOverwrite |
Boolean | false | Force output overwriting if it exists |
--input2 -I2 |
String | null | BAM/SAM/CRAM/FASTQ the second source of reads (if pair-end). |
--interleavedInput -interleaved |
boolean | false | Interleaved input. |
--outputFormat -outputFormat |
FastqFormat | GZIP | FASTQ output format. Possible values: PLAIN, GZIP |
--QUIET |
Boolean | false | Whether to suppress job-summary info on System.err. |
--rawBarcodeSequenceTags -rawBarcodeSequenceTags |
List[String] | [BC] | Include the barcodes encoded in this tag(s) in the read name. Note: this is not necessary for input FASTQ files. WARNING: this tag(s) will be removed/updated as necessary. |
--readValidationStringency -VS |
ValidationStringency | SILENT | Validation stringency for all SAM/BAM/CRAM files read by this program. The default stringency value SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded. Possible values: STRICT, LENIENT, SILENT |
--reference -R |
String | null | Reference sequence file. Required for CRAM input. |
--secondsBetweenProgressUpdates -secondsBetweenProgressUpdates |
double | 10.0 | Output traversal statistics every time this many seconds elapse. |
--TMP_DIR |
List[File] | [] | Undocumented option |
--use_jdk_deflater -jdk_deflater |
boolean | false | Whether to use the JdkDeflater (as opposed to IntelDeflater) |
--use_jdk_inflater -jdk_inflater |
boolean | false | Whether to use the JdkInflater (as opposed to IntelInflater) |
--verbosity -verbosity |
LogLevel | INFO | Control verbosity of logging. Possible values: ERROR, WARNING, INFO, DEBUG |
Advanced Arguments
Argument name(s) | Type | Default value(s) | Description |
---|---|---|---|
--showHidden -showHidden |
boolean | false | display hidden arguments |