We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the test command in usage.md is wrong. There is a --input samplesheet.csv that should not be there:
usage.md
--input samplesheet.csv
methylseq/docs/usage.md
Lines 178 to 182 in 4415e90
nextflow run nf-core/methylseq \ --outdir <OUTDIR> \ --genome GRCh38 \ -profile test,<docker/singularity/podman/shifter/charliecloud/conda/institute>
The text was updated successfully, but these errors were encountered:
yup good catch......plz open a PR to dev with the change. Thank you
Sorry, something went wrong.
fbnrst
Successfully merging a pull request may close this issue.
I noticed that the test command in
usage.md
is wrong.There is a
--input samplesheet.csv
that should not be there:methylseq/docs/usage.md
Lines 178 to 182 in 4415e90
I believe the correct command is:
The text was updated successfully, but these errors were encountered: