Skip to content

Commit

Permalink
Remove old changelog and add Markdown changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 13, 2017
1 parent d5713d3 commit 7b5316c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
30 changes: 0 additions & 30 deletions CHANGELOG

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# GRAPE-nf Changelog

## Version 0.2.0

- Added ability to resolve relative paths in the index file against its current location
- Change default profile to `starrsem`
- Set bamSort to `samtools` in default profile
- Fixed Empty lines in the index file result in a `ArrayIndexOutOfBoundsException` #7
- Update documentation - resolve #6
- Add genomeIndex parameter - fix #9
- Add samtools index to mergeBam command template
- Add mapping templates for `STAR 2.5`
- Fix input BAMs considered as paired-end - resolve #14
- Fix error when using both Genome and Transcriptome bams as inputs - fix #13
- Enable trace by default in nextflow config

## Version 0.1.0

First version

0 comments on commit 7b5316c

Please sign in to comment.