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
when using seqkit amplicon, if the primers extract a negative strand feature, the co-ordinates given (with BED format) are counted from the end of the chromosome/contig. I think this is not the expected/intended behaviour, and is not the behaviour of seqkit locate. e.g.:
Describe your issue
when using seqkit amplicon, if the primers extract a negative strand feature, the co-ordinates given (with BED format) are counted from the end of the chromosome/contig. I think this is not the expected/intended behaviour, and is not the behaviour of seqkit locate. e.g.:
seqkit amplicon --bed -t dna -F ATGGAGATGTTGTCTGGAGCCG -R VTAYASRCRYYTAAGYTTCGCW test.txt ;
seqkit locate -d -p ATGGAGATGTTGTCTGGAGCCG test.txt ;
Thank you!
test.txt
The text was updated successfully, but these errors were encountered: