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
I'm trying to retrieve the list of sequence names in the fasta file but it seems that the getSequenceNames() method just returns a list of ints (as strings) of length the number of sequences in the fasta. If I run getSequenceSizes(), the names of the sequences in the returned object keys are different (and correct), but if I use getSequenceSize(seqName) with one of the seqNames returned from getSequenceNames() the return is undefined.
It appears we have two methods that are supposed to do the same thing (or at least they have the exact same JSDoc description), but one of them doesn't work correctly. getSequenceNames() appears to not work, as you described, however getSequenceList() does work and should provide the information you're looking for.
I'm trying to retrieve the list of sequence names in the fasta file but it seems that the getSequenceNames() method just returns a list of ints (as strings) of length the number of sequences in the fasta. If I run getSequenceSizes(), the names of the sequences in the returned object keys are different (and correct), but if I use getSequenceSize(seqName) with one of the seqNames returned from getSequenceNames() the return is undefined.
The text was updated successfully, but these errors were encountered: