-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
Improve pipeline tests for different protocols #366
Comments
this could be an option, can you take a look and see if we can use some of these samples: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE149513 and script confirming the trimming: https://github.com/besarka16/Benchmarking-of-small-RNA-seq/blob/master/scripts/1_trimming.sh |
Looks like we can use these to me - lets see how easy it would be to add these to nf-core/testdatasets and then run them using the profiles. Shouldn't be too hard and we can get some proper tests then running. |
that would be great! |
Hi @lpantano, we are having some issues in CI testing due to, what I think is, making several requests from mirBase. Is it possible to use any other source for the |
as far as I know, tools need those file from miRBase, we could potentially put them nf-core test-dataset, I don't think the license is a problem. I don't see anything in their webpage that will limit that. I think the hairpin.fa is the only one in RNAcentral, but as well we will need the GFF file from miRBase and the mature. |
If the licence is no problem, we can certainly dump this on S3 and use that URl. |
@nschcolnicov Nico wrote an E-mail to confirm license |
Yes! I sent an email to '[email protected]' last week, but I'm not sure when I will get an answer, I'll update this ticket as soon as I have news |
The protocol parameter is no longer used, and protocols are now loaded via the -profile argument. We are already testing illumina and nextflex protocols via the nf-tests, and the only difference across all protocols is just allocating different values to the same three parameters: clip_r1, three_prime_clip_r1, three_prime_adapter. |
PR was merged #456 |
Description of feature
Should be done in two steps:
The text was updated successfully, but these errors were encountered: