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?
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_FILEto do that. Can "N" be added toGAP_CHARS?