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
How to run interleaved reads sample with avamb?
for line in fh_in:
line = line.rstrip()
fields = line.split('\t')
IDS.append(fields[0])
sample2path[fields[0]] = [fields[1],fields[2]]
It seems that only forward and backward read data sample can be used here
Could you have any suggestions for me to improve?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Dear Vamb teams,
Hope you are doing well!
How to run interleaved reads sample with avamb?
for line in fh_in:
line = line.rstrip()
fields = line.split('\t')
IDS.append(fields[0])
sample2path[fields[0]] = [fields[1],fields[2]]
It seems that only forward and backward read data sample can be used here
Could you have any suggestions for me to improve?
Thank you in advance.
The text was updated successfully, but these errors were encountered: