Closed olgabot closed 4 years ago
The only failures are downloading refseq which is allowed to fail, and a nextflow fluke
so any pipelines currently running are actually not searching for the noncoding sequences correctly?
so any pipelines currently running are actually not searching for the noncoding sequences correctly?
Yes, that's correct
Turns out I had read the INFERNAL documentation wrong and was using
cmsearch
for annotating RNA-seq reads, but we should be usingcmscan
instead.cmsearch
- Search a covariance model against a sequence database.cmscan
- Search a sequence against a covariance model database.PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md