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 the step-by-step pipeline there are several lines that use grep -v '#' to get rid of some headers/notes in certain files
I think this can be changed to grep -v ^'#' to avoid conflicts with '#' separators used in contigs (recommended for PanSN-spec naming) and still removing all comments etc