Only a minor bug I found when not following your detailed README closely enough.
If the files are not specified as 'reads.txt' or 'refs.txt' then the return statements at line 93 of bifrost.py doesn't interrupt the script and print the error message. It gives a file not found *.gfa error instead.
else:
return "Please submit input files as 'reads.txt' or 'refs.txt' only"
Hi John,
Only a minor bug I found when not following your detailed README closely enough.
If the files are not specified as 'reads.txt' or 'refs.txt' then the return statements at line 93 of bifrost.py doesn't interrupt the script and print the error message. It gives a file not found *.gfa error instead.
All the best, Sion