Skip to content
Snippets Groups Projects
Commit 0b9aeb50 authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

typage length

parent 55d7ac40
Branches 17-vecscreen
No related tags found
1 merge request!1Draft: Resolve "Vecscreen"
......@@ -65,7 +65,7 @@ with open(os.path.join(output_fasta), "w") as o:
if min_bounds == min_seq + 1:
min_seq = max_bounds
new_length = max_seq - max_bounds
if new_length >= params_ length:
if new_length >= params_length:
header_fields = str(seq.description).split()
o.write('>' + header_fields[0] + " " + str(new_length) + " " + " ".join(
header_fields[2:]) + '\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment