# HG changeset patch # User devteam # Date 1583149611 18000 # Node ID 7d37cfda8e0080c7db796fc35001a30d7191bdfd # Parent e12f68d2cc4e4dd14f67af0ec5b0ebd8d04bc48c "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length commit 34a6c9f94a5722bb7d2f887618aafa410a770e91" diff -r e12f68d2cc4e -r 7d37cfda8e00 fasta_compute_length.xml --- a/fasta_compute_length.xml Sun Mar 01 07:24:10 2020 -0500 +++ b/fasta_compute_length.xml Mon Mar 02 06:46:51 2020 -0500 @@ -1,4 +1,4 @@ - + python diff -r e12f68d2cc4e -r 7d37cfda8e00 utils/fasta_to_len.py --- a/utils/fasta_to_len.py Sun Mar 01 07:24:10 2020 -0500 +++ b/utils/fasta_to_len.py Mon Mar 02 06:46:51 2020 -0500 @@ -7,8 +7,6 @@ import sys -assert sys.version_info[:2] >= (2, 4) - def compute_fasta_length(fasta_file, out_file, keep_first_char, keep_first_word=False): keep_first_char = int(keep_first_char)