Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Mar 6, 2024
1 parent 3a550bd commit 4e6630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To add human (taxonomy ID 9606) or mouse (taxonomy ID 10090) genome to the downl

To build the index, first put the downloaded files in a list (this part is different from Centrifuge, where the files need to be concatendated) and then run centrifuger-build:

ls library/*/*.fna.gz > file.list
ls library/*/*.fna.gz > file.list # use *_dustmasked.fna.gz as the file list if using dustmasker in centrifuger-download

## build centrifuger index with 4 threads on a server with 300GB memory
./centrifuger-build -t 4 --conversion-table seqid2taxid.map \
Expand Down

0 comments on commit 4e6630c

Please sign in to comment.