Can anyone help to solve the following error?

Dataset Error Report
An error occurred while running the tool toolshed.g2.bx.psu.edu/repos/devteam/fasta_filter_by_length/fasta_filter_by_length/1.1.

Details
Tool generated the following standard error:

File “/cvmfs/main.galaxyproject.org/migrated_tools/toolshed.g2.bx.psu.edu/repos/devteam/fasta_filter_by_length/16679a7f554a/fasta_filter_by_length/fasta_filter_by_length.py”, line 50
print “There is no sequence that falls within your range.”
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“There is no sequence that falls within your range.”)?

which galaxy server are you using?

Just by a quick check https://usegalaxy.org is using version 1.2 and the code looks correct (https://github.com/galaxyproject/tools-devteam/tree/main/tools/fasta_filter_by_length)

1 Like