Skip to content

SVision-v1.3.7-beta

Choose a tag to compare

@jiadong324 jiadong324 released this 18 Mar 01:34

Updates the INFO fields for CSV:

  • GraphBKPS is no longer used in future versions.
  • GFA_FILE_PREFIX is added to link CSV events and its corresponding GFA file under ./graphs directory.
  • GFA_S is added to represent nodes in a GFA file. For example, ‘GFA_S=S1,S2’ indicates that CSV contains two nodes S1 and S2, where the details of these two nodes can be found in the GFA file via ‘GFA_FILE_ID’.
  • GFA_L is added to represents links between nodes in a GFA file. Given a CSV containing INFO fields ‘GFA_S=S1,S2;GFA_L=S1+S2-’, it is interpreted as a CSV containing two nodes connected by an edge visited S2 in reverse order, indicating a reversed genomic segment representing by node S2.