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

Run instructions do not work #26

Open
AntoineTheb opened this issue Nov 21, 2024 · 2 comments
Open

Run instructions do not work #26

AntoineTheb opened this issue Nov 21, 2024 · 2 comments

Comments

@AntoineTheb
Copy link

The command

nextflow run tractoflow -r 2.4.3 --input input_folder -with-singularity scilus_1.6.0.sif -resume

gives

Pulling nextflow-io/tractoflow ...
WARN: Cannot read project manifest -- Cause: Remote resource not found: https://api.github.com/repos/nextflow-io/tractoflow/contents/nextflow.config
Remote resource not found: https://api.github.com/repos/nextflow-io/tractoflow/contents/main.nf

Indeed, https://api.github.com/repos/nextflow-io/tractoflow/contents/main.nf does not point to a file.

@gentlezr
Copy link

gentlezr commented Dec 1, 2024

I also get the same problem.

@arnaudbore
Copy link
Collaborator

Hello @gentlezr ,

First make sure you are using nextflow<=21.*

Then run this command:
nextflow pull https://github.com/scilus/tractoflow

Then:
nextflow run scilus/tractoflow -r 2.4.3 --input input_folder -with-singularity scilus_1.6.0.sif -resume

Hope it helps if you still have the issue run this command:
nextflow run ~/.nextflow/assets/scilus/tractoflow/main.nf --input input_folder -with-singularity scilus_1.6.0.sif -resume

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

3 participants