Skip to content

Commit aa643e3

Browse files
committed
Address #596
1 parent 613ebd6 commit aa643e3

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/usage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,10 @@ If you want to use pre-existing `bwa index` indices, please supply the
735735
nf-core/eager will automagically detect the index files by searching for the
736736
FASTA 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+
738742
For example:
739743

740744
```bash
@@ -756,6 +760,10 @@ If you want to use pre-existing `bt2 index` indices, please supply the
756760
nf-core/eager will automagically detect the index files by searching for the
757761
FASTA 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+
759767
For example:
760768

761769
```bash
@@ -789,6 +797,10 @@ If you want to use a pre-existing `picard CreateSequenceDictionary` dictionary
789797
file, use this to specify the required `.dict` file for the selected reference
790798
genome.
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+
792804
For example:
793805

794806
```bash

0 commit comments

Comments
 (0)