Skip to content

Commit

Permalink
set defaults for samtools import flags "-i" and "-T", and make them o…
Browse files Browse the repository at this point in the history
…ptional
  • Loading branch information
dozy committed Aug 13, 2024
1 parent b0e1927 commit ec6c748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/vtlib/fastq_s2_pi.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"-R", {"subst":"fastq_s2_pi_RG_ID","required":true, "comment":"readgroup"},
"-1", {"subst":"fastq_s2_pi_fq1","required":true, "comment":"FASTQ read 1"},
"-2", {"subst":"fastq_s2_pi_fq2","required":true, "comment":"FASTQ read 2"},
"-i",
{"select":"parse_casava_id", "default":"on", "select_range":[1], "cases":{ "on":["-i"], "off":[] }},
{"subst":"parse_import_tags_flag", "ifnull":["-T", {"subst":"parse_import_tags","required":true,"ifnull":"*"}]},
"-u",
"-O", "bam"
]
Expand Down

0 comments on commit ec6c748

Please sign in to comment.