Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Reference genome is mandatory and should be provided in multi-FASTA format (can
Reference gene annotation is not mandatory, but is likely to increase precision and recall.
It can be provided in GFF/GTF format (can be gzipped).

Pre-constructed `minimap2` index can also be provided to increase mapping time.
Pre-constructed `minimap2` index can also be provided to reduce mapping time.


## Citation
Expand Down
2 changes: 1 addition & 1 deletion docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ In this case it will be converted to [gffutils](https://pythonhosted.org/gffutil
Note, that gffutils databases may not work correctly on NFS shares. It is possible to set a designated folder for
the database with `--genedb_output` (different from the output directory).

Pre-constructed aligner index can also be provided to increase mapping time.
Pre-constructed aligner index can also be provided to reduce mapping time.