diff options
Diffstat (limited to 'shard')
-rwxr-xr-x | shard | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ require 'trollop' - def make_shards(input, refs, alignments, output_prefix, num_shards=2, rand=false) lc = `wc -l #{input}`.split.first.to_i input_ext = input.split('.').last |