combining seqbuddy -dm and -cs command line options
sellisd opened this issue · 1 comments
sellisd commented
It is not clear if it is possible to combine multiple command line options:
e.g. test.fa
>header meta-data
a-c-t-g
this works:
seqbuddy test.fa -dm| seqbuddy -cs
>header
actg
but this doesn't:
seqbuddy test.fa -dm -cs
>header meta-data
actg
biologyguy commented
Ya, you can only do one at a time, separated by a pipe.
I've added a note in the beginner's guide, and added a feature request to issue #68