Skip to content

Commit

Permalink
Update v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuichiro Nakato committed Mar 21, 2024
1 parent 0016560 commit 8a431cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Updated the version of Ensemble data from 106 to 111.
- Added `Medaka` genome.
- Changed `churros_visualize` to allow ChIP samples even without the input sample when the `-G` option is specified.
- Added the `-n: do not filter PCR duplicate` option to `churros_genPvalwig`.

## 0.12.2 (2024-3-5)
- Fixed a bug in `churros` that did not output the mapping statistics file correctly.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/Churros/churros_genPvalwig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do
case ${option} in
b) binsize=${OPTARG};;
d) pdir=${OPTARG};;
m) nofilter=1;;
n) nofilter=1;;
m) mp=0;;
e) outputvalue=${OPTARG};;
y) post_predefined=${OPTARG};;
Expand Down

0 comments on commit 8a431cb

Please sign in to comment.