Skip to content

Works with Nextflow.20.06.0 edge and has optional processes#244

Merged
maxulysse merged 6 commits intonf-core:dsl2from
maxulysse:nextflow.20.06.0-edge
Jul 16, 2020
Merged

Works with Nextflow.20.06.0 edge and has optional processes#244
maxulysse merged 6 commits intonf-core:dsl2from
maxulysse:nextflow.20.06.0-edge

Conversation

@maxulysse
Copy link
Copy Markdown
Member

nf-core/sarek pull request

Many thanks for contributing to nf-core/sarek!

Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).

PR checklist

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • If necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: CONTRIBUTING.md

@maxulysse maxulysse requested review from FriederikeHanssen and ggabernet and removed request for FriederikeHanssen July 16, 2020 12:31
if (!(params.bwa) && params.fasta && 'mapping' in step)
result_bwa = BWAMEM2_INDEX(fasta)
else
result_bwa = Channel.empty()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad it works like this, but unhappy with the optics

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll improve it at some point

Comment thread main.nf
def command = "nextflow run nf-core/sarek --input sample.tsv -profile docker"
log.info Headers.nf_core(workflow, params.monochrome_logs)
log.info Schema.params_help("$baseDir/nextflow_schema.json", command)
exit 0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it back to the top, and just removed the Headers part from it, I think it's useless in the help context

@maxulysse maxulysse merged commit f18f71a into nf-core:dsl2 Jul 16, 2020
@maxulysse maxulysse deleted the nextflow.20.06.0-edge branch July 23, 2020 12:50
@maxulysse maxulysse added the DSL2 label Jan 26, 2021
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

Successfully merging this pull request may close these issues.

2 participants