Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
proteinosome committed May 9, 2023
1 parent 37de968 commit 037797d
Show file tree
Hide file tree
Showing 7 changed files with 1,284 additions and 46 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.7 changelog
* New feature to limit reads to N reads (`--downsample`) in case of samples with extremely high depth.
* Updated Qiime2 to 2023.2 version (This should not affect downstream results) to get rid of
annoying installation issue with old Qiime2 version.

# v0.5 changelog
* Allow splitting samples into group for dada2 noise (pool column in metadata TSV, see
GitHub documentation [here](https://github.com/PacificBiosciences/pb-16S-nf#pooling)).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ nextflow run main.nf --help
--front_p Forward primer sequence. Default to F27. (default: AGRGTTYGATYMTGGCTCAG)
--adapter_p Reverse primer sequence. Default to R1492. (default: AAGTCGTAACAAGGTARCY)
--filterQ Filter input reads above this Q value (default: 20).
--downsample Limit reads to a maximum of N reads if there are more than N reads (default: off)
--max_ee DADA2 max_EE parameter. Reads with number of expected errors higher than
this value will be discarded (default: 2)
--minQ DADA2 minQ parameter. Reads with any base lower than this score
Expand Down
Loading

0 comments on commit 037797d

Please sign in to comment.