Skip to content
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

Closed
ylang0825 opened this issue Apr 8, 2024 · 4 comments
Closed

how to apply the updated version #338

ylang0825 opened this issue Apr 8, 2024 · 4 comments
Labels
question Further information is requested

Comments

@ylang0825
Copy link

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!

@ylang0825 ylang0825 added the enhancement New feature or request label Apr 8, 2024
@christopher-mohr
Copy link
Contributor

Hi @ylang0825, please try running nextflow pull nf-core/smrnaseq -r dev.

@christopher-mohr christopher-mohr added question Further information is requested and removed enhancement New feature or request labels Apr 8, 2024
@ylang0825
Copy link
Author

Hi @christopher-mohr, I used this command as suggested:
nextflow pull nf-core/smrnaseq -r dev --input ./samplesheet2.csv --outdir ./results --genome GRCh38 -profile conda --mirtrace_species hsa --three_prime_adapter AAGTCGGAGGCCAAGCGGTCTTAGGAAGACAA

However, it returned another error:
Unknown option: --input=./samplesheet2.csv -- Check the available commands and options and syntax with 'help'

It's weird, as this does not happen before.

@christopher-mohr
Copy link
Contributor

Hi @christopher-mohr, I used this command as suggested: nextflow pull nf-core/smrnaseq -r dev --input ./samplesheet2.csv --outdir ./results --genome GRCh38 -profile conda --mirtrace_species hsa --three_prime_adapter AAGTCGGAGGCCAAGCGGTCTTAGGAAGACAA

However, it returned another error: Unknown option: --input=./samplesheet2.csv -- Check the available commands and options and syntax with 'help'

It's weird, as this does not happen before.

Sorry for the confusion. You just have to run nextflow pull nf-core/smrnaseq -r dev and afterwards you run the pipeline using nextflow run nf-core/smrnaseq -r dev... as before. This should then use the updated pulled pipeline version.

@ylang0825
Copy link
Author

@christopher-mohr Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants