Mercurial > repos > bornea > filter_fasta
changeset 12:05d48b118f81 draft
Uploaded
author | bornea |
---|---|
date | Tue, 16 Aug 2016 20:42:38 -0400 |
parents | 573c36ff075f |
children | 55990dea42fb |
files | filter_fasta.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/filter_fasta.py Tue Aug 16 20:40:19 2016 -0400 +++ b/filter_fasta.py Tue Aug 16 20:42:38 2016 -0400 @@ -88,4 +88,4 @@ data = sys.argv[2] # scaffold report #2 -- filename FilterFastaSeq(fasta,getAccessions(data)) -os.rename("output.txt", "output1.txt") \ No newline at end of file +os.rename("output.txt", sys.argv[3]) \ No newline at end of file