Mercurial > repos > devteam > fasta_compute_length
diff fasta_compute_length.py @ 2:d75972d4bd2a draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length commit 6e148b31fed1b322ce720804d8525088ec6d43f9
| author | devteam |
|---|---|
| date | Thu, 29 Oct 2015 22:14:42 -0400 |
| parents | 86f00ebe7be7 |
| children | 79cd53e23207 |
line wrap: on
line diff
--- a/fasta_compute_length.py Tue Oct 13 12:19:36 2015 -0400 +++ b/fasta_compute_length.py Thu Oct 29 22:14:42 2015 -0400 @@ -6,4 +6,4 @@ import sys from utils.fasta_to_len import compute_fasta_length -compute_fasta_length( sys.argv[1], sys.argv[2], sys.argv[3], False ) \ No newline at end of file +compute_fasta_length( sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4] == 'id_only' )
