We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I download the transcriptome fasta from uscs, https://hgdownload.cse.ucsc.edu/goldenpath/mm9/bigZips/mrna.fa.gz . when I used kallisto index to bulid the index for kallisto, that had two warning:
[build] loading fasta file mrna.fa.gz [build] k-mer length: 31 [build] warning: clipped off poly-A tail (longer than 10) from 32479 target sequences [build] warning: replaced 196300 non-ACGUT characters in the input sequence with pseudorandom nucleotides [build] counting k-mers ... done. [build] building target de Bruijn graph ... done [build] creating equivalence classes ... done [build] target de Bruijn graph has 3001158 contigs and contains 263628489 k-mers
And it succeed. Why it showed the clipped and non-ACGUT ? The index is right? I hope you can give me some advice. Thanks! @pmelsted
The text was updated successfully, but these errors were encountered:
Yes it’s fine
Sorry, something went wrong.
No branches or pull requests
I download the transcriptome fasta from uscs, https://hgdownload.cse.ucsc.edu/goldenpath/mm9/bigZips/mrna.fa.gz . when I used kallisto index to bulid the index for kallisto, that had two warning:
[build] loading fasta file mrna.fa.gz
[build] k-mer length: 31
[build] warning: clipped off poly-A tail (longer than 10)
from 32479 target sequences
[build] warning: replaced 196300 non-ACGUT characters in the input sequence
with pseudorandom nucleotides
[build] counting k-mers ... done.
[build] building target de Bruijn graph ... done
[build] creating equivalence classes ... done
[build] target de Bruijn graph has 3001158 contigs and contains 263628489 k-mers
And it succeed. Why it showed the clipped and non-ACGUT ? The index is right?
I hope you can give me some advice. Thanks! @pmelsted
The text was updated successfully, but these errors were encountered: