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
filter-reads-alignments.py (see #528) can filter reads alignments and prints the resulting reads. Make this more useful by adding a --saveJSON (or similar) filename option that it writes the filtered reads' alignment (hits, matches, call it what you will) to. That way we will be able to quickly extract a filtered set of reads and match results from a much larger overall result (I have previously done this by hand).
The text was updated successfully, but these errors were encountered:
filter-reads-alignments.py
(see #528) can filter reads alignments and prints the resulting reads. Make this more useful by adding a--saveJSON
(or similar) filename option that it writes the filtered reads' alignment (hits, matches, call it what you will) to. That way we will be able to quickly extract a filtered set of reads and match results from a much larger overall result (I have previously done this by hand).The text was updated successfully, but these errors were encountered: