usage: picard_fix_mate_information_1.96.cwl [-h]
positional arguments:
job_order Job input json file
optional arguments:
-h, --help show this help message and exit
--memory_per_job MEMORY_PER_JOB
Memory per job in megabytes
--memory_overhead MEMORY_OVERHEAD
Memory overhead per job in megabytes
--number_of_threads NUMBER_OF_THREADS
--input INPUT The input file to fix. This option may be specified 0
or more times
--output_file_name OUTPUT_FILE_NAME
Output file name (bam or sam). Not Required
--sort_order SORT_ORDER
Optional sort order to output in. If not supplied
OUTPUT is in the same order as INPUT.Default value:
null. Possible values: {unsorted, queryname,
coordinate}
--tmp_dir TMP_DIR This option may be specified 0 or more times
--validation_stringency VALIDATION_STRINGENCY
Validation stringency for all SAM files read by this
program. Setting stringency to SILENT can improve
performance when processing a BAM file in which
variable-length data (read, qualities, tags) do not
otherwise need to be decoded. Default value: STRICT.
This option can be set to 'null' to clear the default
value. Possible values: {STRICT,LENIENT, SILENT}
--bam_compression_level BAM_COMPRESSION_LEVEL
Compression level for all compressed files created
(e.g. BAM and GELI). Default value:5. This option can
be set to 'null' to clear the default value.
--create_bam_index Whether to create a BAM index when writing a
coordinate-sorted BAM file. Default value:false. This
option can be set to 'null' to clear the default
value. Possible values:{true, false}