Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Nov 7, 2024
1 parent 1bb82ab commit dc25bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ An example of pre-built index containing human, bacteria, archea, and virus geno
-x FILE: index prefix
-c FILE: classification file

The quantification results will be affected by the "-k" option from the classification program "centrifuger". Increasing "-k" will provide ambiguous but more specific classification result, potentially can improve the quantification result.

### Input/Output

The primary input to Centrifuger is the index of the genome database (-x), and gzipped or uncompressed read fastq files (-1/-2 for paired; -u for single-end).
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.6-r174"
#define CENTRIFUGER_VERSION "1.0.6-r175"

extern char nucToNum[26] ;
extern char numToNuc[26] ;
Expand Down

0 comments on commit dc25bd3

Please sign in to comment.