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 https://github.com/fhcrc/seqmagick/blob/master/seqmagick/transform.py#L24, the list of allowable gap characters are defined. However, I'd like to be able to trim off alignment columns with all N's and unfortunately cannot use seqmagick mogrify --squeeze FASTA_FILE to do that. Can "N" be added to GAP_CHARS?
The text was updated successfully, but these errors were encountered:
This seems like something that would only ever apply during squeeze, so having a separate but compatible option like --squeeze-ambiguous might be the best route here. Thoughts?
In https://github.com/fhcrc/seqmagick/blob/master/seqmagick/transform.py#L24, the list of allowable gap characters are defined. However, I'd like to be able to trim off alignment columns with all N's and unfortunately cannot use
seqmagick mogrify --squeeze FASTA_FILE
to do that. Can "N" be added toGAP_CHARS
?The text was updated successfully, but these errors were encountered: