-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixing the failing tests in Release 1.0.1 #42
Conversation
@@ -69,4 +69,4 @@ jobs: | |||
env: | |||
NXF_SINGULARITY_CACHEDIR: ./ | |||
NXF_SINGULARITY_HOME_MOUNT: true | |||
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results | |||
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results --input https://raw.githubusercontent.com/nf-core/test-datasets/readsimulator/samplesheet/test_samplesheet.csv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don't you provide the input in the test config? easier to keep it in sync
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is that I did provide the input in the test config. I've put it in conf/test.config. So maybe this is a case of a misleading error message because PR #41 has a failing test with the error "Missing required parameter: --input"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I should remove the -stub option instead. This discussion on Slack makes it seem like the -stub option could be the issue.
I've removed the download_pipeline.yml changes from this PR. Now the PR is just adding the extra input parameter that the insilicoseq module is expecting. |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).