Skip to content

Commit

Permalink
memory not mem for argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Mar 29, 2021
1 parent ffc7412 commit 9884c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAFTF/pilon.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(parser,args):
#run Pilon
pilon_cmd = ['pilon', '--genome', os.path.basename(initialFasta),
'--frags', pilonBAM,
'-Xmx{}g'.format(args.mem),
'-Xmx{}g'.format(args.memory),
'--output', correctedFasta.split('.fasta')[0],
'--threads', str(args.cpus),
'--changes']
Expand Down

0 comments on commit 9884c6c

Please sign in to comment.