Skip to content

Commit

Permalink
Update mcquant version to 1.6.0 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich authored May 31, 2024
1 parent cbd0f14 commit a095a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ modules:
quantification:
name: mcquant
container: labsyspharm/quantification
version: 1.5.3
version: 1.6.0
downstream:
-
name: naivestates
Expand Down
2 changes: 1 addition & 1 deletion modules/quantification.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process mcquant {

"""
shopt -s nullglob
python /app/CommandSingleCellExtraction.py --image $tag \
mcquant --image $tag \
${Opts.moduleOpts(module, mcp)} --output . --channel_names $ch
"""
}
Expand Down

0 comments on commit a095a05

Please sign in to comment.