Skip to content

Updates#35

Merged
apeltzer merged 18 commits intonf-core:devfrom
maxulysse:Updates
Sep 17, 2019
Merged

Updates#35
apeltzer merged 18 commits intonf-core:devfrom
maxulysse:Updates

Conversation

@maxulysse
Copy link
Copy Markdown
Member

@maxulysse maxulysse commented Sep 15, 2019

  • Building indexes is now done in main.nf
  • Use tabix instead of IGVtools to build vcf indexes
  • Remove IGVtools
  • Clean up environment.yml file
  • Building indexes from nf-core/test-datasets:sarek
  • Remove building indexes from build.nf script
  • Remove helper script build_reference.sh
  • build.nf script only download cache, so renamed to downloadcache.nf
  • Refactor references handling
  • Remove referenceMap and defineReferenceMap() and use Channel values instead
  • Remove Mutect2 from MULTIPLE test

Many thanks to 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: https://github.com/nf-core/sarek/tree/master/.github/CONTRIBUTING.md

- `control-freec` from `11.4` to `11.5`
- `ensembl-vep` from `95.2` to `97.3`
- `freebayes` from `1.2.0` to `1.3.1`
- `gatk4` from `4.1.2.0` to `4.1.3.0`
- `igvtools` from `2.3.93` to `2.5.3`
- `manta` from `1.5.0` to `1.6.0`
- `qualimap` from `2.2.2b` to `2.2.2c`
- `vcfanno` from `0.3.1` to `0.3.2`
Comment thread conf/test.config Outdated
@maxulysse maxulysse self-assigned this Sep 17, 2019
@maxulysse maxulysse requested a review from a team September 17, 2019 12:48
@maxulysse
Copy link
Copy Markdown
Member Author

⚠️ This PR: nf-core/test-datasets#74 needs to be merged before, and the change suggested need to be applied before merging this PR.

Copy link
Copy Markdown
Member

@apeltzer apeltzer left a comment

Choose a reason for hiding this comment

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

Looks good to me, I can't however commit your suggested changes due to permissions @maxulysse - maybe check this yourself!

@maxulysse
Copy link
Copy Markdown
Member Author

OK, I just accepted the changes

@apeltzer
Copy link
Copy Markdown
Member

Then you should be ready to go once this passed CI 👍

PR to test-datasets has been merged, so this should now run through smoothly 🎉

@maxulysse
Copy link
Copy Markdown
Member Author

That's exactly what I was writing ;-)

Comment thread main.nf
// Handle deprecation
// Default value for params

// Set deprecated params to null
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you put all of this params initialisation into the config files? Unless it's a complex case requiring logic (eg. as we do with params.genome and the references), I usually try to put all params initialisation into the base.config. Keeps the main script a lot cleaner.

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.

I'll do that in the PR for the release, I'll prefer to merge this one as soon as possible, as it's breaking stuff for now

@apeltzer apeltzer merged commit d98640c into nf-core:dev Sep 17, 2019
@maxulysse maxulysse deleted the Updates branch September 18, 2019 07:32
@maxulysse maxulysse mentioned this pull request Sep 18, 2019
8 tasks
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.

3 participants