File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212- [ #591 ] ( https://github.com/nf-core/eager/issues/591 ) - Fixed offset underlines in lane merging diagram in docs
1313- [ #592 ] ( https://github.com/nf-core/eager/issues/592 ) - Fixed issue where supplying Bowtie2 index reported missing bwamem_index error
1414- [ #590 ] ( https://github.com/nf-core/eager/issues/592 ) - Removed redundant dockstore.yml from root
15+ - [ #596 ] ( https://github.com/nf-core/eager/issues/596 ) - Add workaround for issue regarding gzipped FASTAs and pre-built indices
1516
1617## [ 2.2.0] - Ulm - 2020-10-20
1718
Original file line number Diff line number Diff line change @@ -735,6 +735,10 @@ If you want to use pre-existing `bwa index` indices, please supply the
735735nf-core/eager will automagically detect the index files by searching for the
736736FASTA filename with the corresponding ` bwa ` index file suffixes.
737737
738+ > :warning : pre-built indices must currently be built on non-gzipped FASTA files
739+ > due to limitations of ` samtools ` . However once indices have been built, you
740+ > can re-gzip the FASTA file as nf-core will unzip this particular file for you.
741+
738742For example:
739743
740744``` bash
@@ -756,6 +760,10 @@ If you want to use pre-existing `bt2 index` indices, please supply the
756760nf-core/eager will automagically detect the index files by searching for the
757761FASTA filename with the corresponding ` bt2 ` index file suffixes.
758762
763+ > :warning : pre-built indices must currently be built on non-gzipped FASTA files
764+ > due to limitations of ` samtools ` . However once indices have been built, you
765+ > can re-gzip the FASTA file as nf-core will unzip this particular file for you.
766+
759767For example:
760768
761769``` bash
@@ -789,6 +797,10 @@ If you want to use a pre-existing `picard CreateSequenceDictionary` dictionary
789797file, use this to specify the required ` .dict ` file for the selected reference
790798genome.
791799
800+ > :warning : pre-built indices must currently be built on non-gzipped FASTA files
801+ > due to limitations of ` samtools ` . However once indices have been built, you
802+ > can re-gzip the FASTA file as nf-core will unzip this particular file for you.
803+
792804For example:
793805
794806``` bash
You can’t perform that action at this time.
0 commit comments