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
In one of my experiments involving the assembly graph, I noted that ED read2 read1 0 46 50 3 49 50 0 0 lines are not tab-delimited. Only the ED is separated with a tab and everything else uses spaces. This makes the downstream analysis (especially using C++/C) a bit inefficient and would appreciate if it can be corrected as per the definition, or alternatively mention that in the wiki. It took a good amount of time to figure that out just by relying on the format specification. Keep up the good work! Cheers :)
The text was updated successfully, but these errors were encountered:
This was intentional but probably not a good idea. The coordinates part (0 46 50 3 49 50) is an SGA object that has its own serialization function that uses spaces as a delimiter. Fixing this would be too large of a change and this project is largely deprecated anyway. I suggest you use a GFA variant for your experiment, there are convertors from ASQG to GFA i think.
In one of my experiments involving the assembly graph, I noted that
ED read2 read1 0 46 50 3 49 50 0 0
lines are not tab-delimited. Only the ED is separated with a tab and everything else uses spaces. This makes the downstream analysis (especially using C++/C) a bit inefficient and would appreciate if it can be corrected as per the definition, or alternatively mention that in the wiki. It took a good amount of time to figure that out just by relying on the format specification. Keep up the good work! Cheers :)The text was updated successfully, but these errors were encountered: