Skip to content

Commit

Permalink
Update readme to include pre-built GTDB information
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jun 26, 2024
1 parent 61c5ec9 commit 1388db6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ After building the index, all but the refseq_abv.[1234].cfr index files may be r
* #### Build custom database index
The index building procedure is similar to [Centrifuge's](http://www.ccb.jhu.edu/software/centrifuge/manual.shtml#database-download-and-index-building), but with names changing to centrifuger. For example, centrifuge-download is centrifuger-download.

The folder "indices" contains information for creating index from other sources, like SILVA and GTDB.

* #### 10x Genomics data and barcode-based single-cell data

If your input has barcode information, you can use "--barcode" to specify the barcode file and use "--read-format" to tell Centrifuger how to extract barcode information. The "--read-format" option can also specify the extraction for read1, read2 and UMI. The value for this argument is a comma-separated string, each field in the string is also a semi-comma-splitted string
Expand Down
2 changes: 1 addition & 1 deletion defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

//#define DEBUG

#define CENTRIFUGER_VERSION "1.0.4-r152"
#define CENTRIFUGER_VERSION "1.0.4-r153"

extern char nucToNum[26] ;
extern char numToNuc[26] ;
Expand Down
1 change: 1 addition & 0 deletions indices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ The repetitiveness of GTDB representative genomes is very low, so the run-block
```
../centrifuger-build -l gtdb_fname_to_taxid.map --taxonomy-tree gtdb_nodes.dmp --name-table gtdb_names.dmp -t 16 -o cfr_gtdb --build-mem 500G --offrate 5 --rbbwt-b 1
```
A pre-built index for GTDB r220 representative genomes is available at: https://www.dropbox.com/scl/fo/wtsermtdd62n1ttryuhwv/ADWTYiJA6Dh5gdbHmwC2nfo?rlkey=fgdpthjukcj1uhsjrcv35j927&dl=0 .

0 comments on commit 1388db6

Please sign in to comment.