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

Documentation ommission: nextflow workflow locations #50

Open
pvanheus opened this issue Jun 7, 2019 · 0 comments
Open

Documentation ommission: nextflow workflow locations #50

pvanheus opened this issue Jun 7, 2019 · 0 comments

Comments

@pvanheus
Copy link

pvanheus commented Jun 7, 2019

Based on the example here I tried to run nextflow for the remove_contam step, but it ends with an error, as per:

$ nextflow run nextflow/remove_contam.nf   -with-singularity ~/clockwork/singularity/clockwork_container.img   --ref_fasta Reference.remove_contam/ref.fa   --ref_metadata_tsv Reference.remove_contam/remove_contam_metadata.tsv   --reads_in1 set1_1.fastq.gz --reads_in2 set1_2.fastq.gz --outprefix OUT
N E X T F L O W  ~  version 19.04.1
Pulling nextflow-io/nextflow ...
Not a valid Nextflow project -- The repository `https://github.com/nextflow-io/nextflow` must contain a the script `main.nf` or the file `nextflow.config`

I discovered, upon further inspection, that this is because the assumption is that the working directory has the nextflow scripts available in the nextflow/ directory (whereas mine were elsewhere). I thought it could find the nextflow scripts in the singularity container, but this is not the case.

Perhaps this arrangement can be clarified in the Wiki.

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

No branches or pull requests

1 participant