I have a (gapped) FASTA file from a MSA output with about 10 sequences each of length 698. I’m trying to trim the sequences and keep only the sequence at positions to 368 and 445.
However, when I use the following inputs the entire sequence is gone in the output.
- Trim this column only: 0
- Trim from the beginning up to this position: 368
- Remove everything from this position to the end : 445
- Is input dataset in FASTQ format?: No
- Ignore lines beginning with these characters: >
I also tried trimming beginning to position 100 and position 0 to end, and also got back no sequences. When I changed the 100 to 10, the trimming worked. Is there a maximum number of characters I can trim or am I doing something wrong?
I also tried trim sequences tool, but I got an error because the gaps were invalid nucleotide sequences.
Any advice or suggestions would be much appreciated, thanks!