Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

The run-command needs to be updated in documentation #68

Closed
charmoniumQ opened this issue Feb 15, 2023 · 1 comment
Closed

The run-command needs to be updated in documentation #68

charmoniumQ opened this issue Feb 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@charmoniumQ
Copy link

charmoniumQ commented Feb 15, 2023

Description of the bug

The commands in the documentation on nf-co.re and in this repository are wrong.

On the banner on the right-hand side of https://nf-co.re/quantms, it says this pipeline can be run with:

$ nextflow run nf-core/quantms -r 1.0 -profile test --outdir ../outdir
N E X T F L O W  ~  version 22.10.4
Unknown configuration profile: 'test'

Did you mean one of these?
    oist

In the README.md in this repository, it says it can be run with:

$ nextflow run nf-core/quantms -profile test,singularity --input project.sdrf.tsv --database protein.fasta --outdir ../outdir
N E X T F L O W  ~  version 22.10.4
Project `nf-core/quantms` is currently stickied on revision: 1.0 -- you need to explicitly specify a revision with the option `-r` in order to use it

Passing the -r makes it fail like the previous one.

Perhaps going forward the config should assign one of the test_* as test, which is what other workflows with multiple tests do.

@charmoniumQ charmoniumQ added the bug Something isn't working label Feb 15, 2023
@jpfeuffer
Copy link
Collaborator

Thanks. Fixed in -r dev long ago.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants