Skip to content

Commit

Permalink
Merge pull request #375 from jaredbischof/master
Browse files Browse the repository at this point in the history
Passsing memory parameter.
  • Loading branch information
jaredbischof committed Dec 12, 2014
2 parents b9af3ec + bef1609 commit 997f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awecmd/awe_dereplicate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# create subset record list
# note: parent and child files NOT in same order
if ($run_derep != 0) {
PipelineAWE::run_cmd("index_subset_seq.py -p $input -c $passed_seq -c $removed_seq -m 20 -t $run_dir");
PipelineAWE::run_cmd("index_subset_seq.py -p $input -c $passed_seq -c $removed_seq -m $memory -t $run_dir");
PipelineAWE::run_cmd("mv $passed_seq.index $passed_seq");
PipelineAWE::run_cmd("mv $removed_seq.index $removed_seq");
}
Expand Down

0 comments on commit 997f625

Please sign in to comment.