epi2me-labs / wf-somatic-variation

Other
10 stars 5 forks source link

Cannot read project manifest -- Cause: Remote resource not found #21

Closed selmapichot closed 1 month ago

selmapichot commented 1 month ago

Ask away!

Hi, I am unable to run the wf-somatic-variation workflow. I am having the error below :

N E X T F L O W ~ version 23.10.1 Pulling epi2ie-labs/wf-somatic-variation ... WARN: Cannot read project manifest -- Cause: Remote resource not found: https://api.github.com/repos/epi2ie-labs/wf-somatic-variation/contents/nextflow.config Remote resource not found: https://api.github.com/repos/epi2ie-labs/wf-somatic-variation/contents/main.nf

Is it an issue with the github repository ? Best, S

RenzoTale88 commented 1 month ago

@selmapichot you are providing the incorrect repository name

 Pulling epi2ie-labs/wf-somatic-variation ...

The correct command should be

nextflow run epi2me-labs/wf-somatic-variation --help