Skip to content

Commit

Permalink
docker image updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nsharp2 committed Feb 9, 2023
1 parent 6ab5955 commit f2ba840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processes/miqscore16s.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ params.reverse_primer_length = 24
params.amplicon_length = 510

process miqscore16s {
container 'zymoweb/miqscore16spublic:latest'
container 'zymoresearch/miqscore16s'
publishDir "${params.publish_dir}", mode: 'copy'

input:
Expand All @@ -28,4 +28,4 @@ process miqscore16s {
python3 /opt/miqscore16s/analyzeStandardReads.py
mv /data/output/*.html ./
"""
}
}

0 comments on commit f2ba840

Please sign in to comment.