-
Notifications
You must be signed in to change notification settings - Fork 126
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
how to apply the updated version #338
Comments
Hi @ylang0825, please try running |
Hi @christopher-mohr, I used this command as suggested: However, it returned another error: It's weird, as this does not happen before. |
Sorry for the confusion. You just have to run |
@christopher-mohr Thanks! |
Description of feature
Hello, I have a simple question about use of the latest version. Previously, I reported a bug and the developers have corrected it and merged new code into the latest version 5 days ago (I checked the code was corrected under the dev tag online). However, I tried running the software today with ‘-r dev’ and found the bug was still there. I don't know whether '-r dev' could directly get the latest dev version.
Here is my command:
nextflow run nf-core/smrnaseq --input ./samplesheet2.csv --outdir ./results --genome GRCh38 -profile conda --mirtrace_species hsa --three_prime_adapter AAGTCGGAGGCCAAGCGGTCTTAGGAAGACAA -r dev
I also noticed that the software would have this output:
N E X T F L O W ~ version 23.10.1
NOTE: Your local project version looks outdated - a different revision is available in the remote repository [38b898a]
Launching
https://github.com/nf-core/smrnaseq
[focused_edison] DSL2 - revision: d5910ec [dev]Thank you!
The text was updated successfully, but these errors were encountered: