Skip to content
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

Absorbs changes from release 2.5.2 #7

Merged
merged 210 commits into from
Dec 23, 2019
Merged

Absorbs changes from release 2.5.2 #7

merged 210 commits into from
Dec 23, 2019

Conversation

cgpu
Copy link
Owner

@cgpu cgpu commented Dec 23, 2019

Quoting changelog for Sarek 2.5.2 - Jåkkåtjkaskajekna

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.5.2] - Jåkkåtjkaskajekna

Jåkkåtjkaskajekna is one of the two glaciers of the Ålkatj Massif.

Added

  • #45 - Include Workflow figure in README.md
  • #46 - Add location to abstracts
  • #52 - Add support for mouse data GRCm38
  • #60 - Add no_intervals params
  • #60 - Add automatic generation of intervals file with BuildIntervals process
  • #60 - Add minimal support for minimal genome (only fasta, or fasta + knownIndels)
  • #60 - Add new processes (IndexBamFile, IndexBamRecal) to deal with optional usage of interval files and minimal genome
  • #60 - Add tests for minimal genome usage
  • #60 - Add new minimal genomes (TAIR10, EB2, >UMD3.1, bosTau8, WBcel235, ce10, CanFam3.1, canFam3, GRCz10, danRer10, >BDGP6, dm6, EquCab2, equCab2, EB1, Galgal4, galGal4, Gm01, hg38, hg19, >Mmul_1, mm10, IRGSP-1.0, CHIMP2.1.4, panTro4, Rnor_6.0, rn6, R64-1-1, sacCer3, EF2, Sbi1, Sscrofa10.2, susScr3, AGPv3) to igenomes.config
  • #61 - Add params split_fastq
  • #61 - Add test SPLITFASTQ

Changed

  • #54 - Bump version to 2.5.2dev
  • #60 - Some process (BaseRecalibrator, ApplyBQSR, Mpileup) have now optional usage of interval files
  • #60 - Update documentation
  • #71 - Update README
  • #71 - Update CHANGELOG
  • #74 - Update docs
  • #74 - Improve CI tests (both Jenkins and GitHub actions tests)
  • #74 - Move all CI from ci-extra.yml to ci.yml

Removed

  • #46 - Remove mention of old build.nf script which was included in main.nf
  • #74 - Remove download_image.sh and run_tests.sh scripts

Fixed

  • #40 - Fix issue with publishDirMode within test profile
  • #42 - Fix typos, and minor updates in README.md
  • #43 - Fix automated VEP builds with circleCI
  • #54 - Apply fixes from release 2.5.1
  • #58 - Fix issue with .interval_list file from the GATK bundle #56 that was not recognized in the CreateIntervalsBed process
  • #71 - Fix typos in CHANGELOG
  • #73 - Fix issue with label memory_max for BaseRecalibrator process #72

apeltzer and others added 30 commits May 9, 2019 14:44
* remove PublishDirMode from test profile
* minor updates + typo fix
Fix automated VEP builds
Co-Authored-By: Szilveszter Juhos <[email protected]>
* Add workflow figure
* Include workflow figure in readme
* Update CHANGELOG
Apply fixes from 2.5.1 and bump to 2.5.2dev
@cgpu cgpu self-assigned this Dec 23, 2019
@cgpu cgpu merged commit 5c30fd8 into cgpu:master Dec 23, 2019
@@ -24,25 +25,24 @@ params {
genesplicer = null // genesplicer disabled
markdup_java_options = '"-Xms4000m -Xmx7g"' //Established values for markDuplicate memory consumption, see https://github.com/SciLifeLab/Sarek/pull/689 for details
nucleotidesPerSecond = 1000.0 // Default interval size
split_fastq = null // Fastq files will not be split by default
Copy link
Owner Author

Choose a reason for hiding this comment

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

This one looks nice!

cadd_InDels_tbi = false // No CADD InDels index
cadd_WG_SNVs = false // No CADD SNVs file
cadd_WG_SNVs_tbi = false // No CADD SNVs index
pon = false // No default PON (Panel of Normals) file for GATK Mutect2 / Sentieon TNscope
Copy link
Owner Author

Choose a reason for hiding this comment

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

👀

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