Skip to content

Commit

Permalink
amend subst_params split_bam_by_chromosome_flags (no default) and spl…
Browse files Browse the repository at this point in the history
…it_bam_by_chromosomes_cmd (use op:pack) to correctly implement split_bam_by_chromosome_flags as an optional parameter
  • Loading branch information
dozy committed Jan 27, 2015
1 parent 9d655c7 commit 08c58bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/vtlib/split_by_chromosome.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"postproc":{"op":"concat","pad":""}
}
},
{ "id":"split_bam_by_chromosome_flags","default":"","comment":"specify as [S=Y,V=true] if ysplit" },
{ "id":"split_bam_by_chromosome_flags","comment":"specify as [S=Y,V=true] if ysplit" },
{
"id":"split_bam_by_chromosomes_cmd",
"required":"yes",
Expand All @@ -64,7 +64,7 @@
"MAX_RECORDS_IN_RAM=500000",
{"subst":"split_bam_by_chromosome_flags"}
],
"postproc":{"op":"noconcat", "pad":" "}
"postproc":{"op":"pack"}
}
}
],
Expand Down

0 comments on commit 08c58bb

Please sign in to comment.