nf-core / omicsgenetraitassociation

A nextflow pipeline which integrates multiple omic data streams and performs coordinated analysis
https://nf-co.re/omicsgenetraitassociation
MIT License
10 stars 4 forks source link

Can not call this package #16

Open lwang2023 opened 3 months ago

lwang2023 commented 3 months ago

Description of the bug

Project nf-core/omicsgenetraitassociation is currently stuck on revision: dev -- you need to explicitly specify a revision with the option -r in order to use it.

What is the option '-r' that I should use?

Command used and terminal output

nextflow run nf-core/omicsgenetraitassociation \
--input samplesheet.csv \
--outdir results \
--profile docker

Relevant files

No response

System information

No response

mashehu commented 3 months ago

Try


nextflow run nf-core/omicsgenetraitassociation \
--input samplesheet.csv \
--outdir results \
--profile docker
-r dev