Mercurial > repos > tyty > structurefold
changeset 68:fb80870002a3 draft
Uploaded
author | devteam |
---|---|
date | Fri, 21 Nov 2014 16:51:01 -0500 |
parents | 96a827962750 |
children | bd02fcf26f7a |
files | predict/predict_RNAs.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/predict/predict_RNAs.py Fri Nov 21 11:28:59 2014 -0500 +++ b/predict/predict_RNAs.py Fri Nov 21 16:51:01 2014 -0500 @@ -84,7 +84,7 @@ print(id_s+" not in the data of sequences!") #Remove the unnecessary files -tarball = tarfile.open(output_file, 'w:gz') +tarball = tarfile.open(output_file, 'w:') for filename in os.listdir(output_directory): filepath = os.path.join(output_directory, filename) print filepath