Mercurial > repos > gianmarco_piccinno > project_rm
changeset 34:6e6b1fd6eda1 draft
Uploaded
author | gianmarco_piccinno |
---|---|
date | Wed, 12 Dec 2018 09:09:29 -0500 |
parents | 1a9b703d6e17 |
children | e43b0df1a87f |
files | Project_RM.tar.gz codon_usage.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/codon_usage.py Wed Dec 12 09:04:05 2018 -0500 +++ b/codon_usage.py Wed Dec 12 09:09:29 2018 -0500 @@ -142,7 +142,7 @@ seqs = read_input(data=args['input'], type_=args['type']) out = codon_usage(seqs, args['codonTable']) - with open(args['output']+".csv", "w") as outf: + with open(args['output'], "w") as outf: out["Table"].to_csv(outf, sep="\t", index_label=["AA", "Codon"]) \ No newline at end of file