Mercurial > repos > davidvanzessen > shm_csr
diff summary_to_fasta.py @ 83:729738462297 draft
"planemo upload commit c0ffc68aec5836d5b20b543106493056a87edf57"
author | rhpvorderman |
---|---|
date | Wed, 15 Sep 2021 12:24:06 +0000 |
parents | c33d93683a09 |
children |
line wrap: on
line diff
--- a/summary_to_fasta.py Thu Feb 25 10:32:32 2021 +0000 +++ b/summary_to_fasta.py Wed Sep 15 12:24:06 2021 +0000 @@ -37,6 +37,6 @@ o.write(">" + ID + "\n" + seq + "\n") passed += 1 - print "No results:", no_results - print "No sequences:", no_seqs - print "Written to fasta file:", passed + print("No results:", no_results) + print("No sequences:", no_seqs) + print("Written to fasta file:", passed)