fixed too many partial CDS bug
Former-commit-id: d733a46f4e92f755f38e452f03a28062de6739f1 Former-commit-id: 36bdc324d2b9a0491d07d40a7e68a4cf7ea73984
This commit is contained in:
@ -71,7 +71,7 @@ BEGIN {
|
||||
|
||||
if (! TestPath(FASTA)) Error("Fasta file: '" FASTA "' not found", 1)
|
||||
|
||||
Seq = ReadFasta(FASTA)
|
||||
Seq = tolower(ReadFasta(FASTA))
|
||||
LenSeq = length(Seq)
|
||||
|
||||
RevSeq = RevComplement(Seq)
|
||||
|
Reference in New Issue
Block a user