You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command used
./bs3-align -1 test_data/pair1.fq -2 test_data/pair2.fq -o WGBC -f sam -g reference_genome/genome.fa -d reference_genome/
error I got:
File "bs3-align.py", line 149
print "[Error] Cannot open input file : %s" % read_file
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[Error] Cannot open input file : %s" % read_file)?
The text was updated successfully, but these errors were encountered:
command used
./bs3-align -1 test_data/pair1.fq -2 test_data/pair2.fq -o WGBC -f sam -g reference_genome/genome.fa -d reference_genome/
error I got:
File "bs3-align.py", line 149
print "[Error] Cannot open input file : %s" % read_file
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[Error] Cannot open input file : %s" % read_file)?
The text was updated successfully, but these errors were encountered: