Skip to content

Commit

Permalink
Merge pull request #66 from dozy/split_by_chr_fix
Browse files Browse the repository at this point in the history
correct split_by_chromosome template (ysplit and xahuman)
  • Loading branch information
dkj committed Jan 27, 2015
2 parents 9c43d31 + 08c58bb commit 2462499
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 2462499

Please sign in to comment.