Skip to content

Commit

Permalink
Merge pull request #7 from microbiomedata/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
poeli authored Feb 11, 2021
2 parents f11373e + ebfe81d commit 8aff2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadbasedAnalysis.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workflow ReadbasedAnalysis {
String prefix
String outdir
Boolean? paired = false
String? docker = "microbiomedata/nmdc_taxa_profilers:1.0.1"
String? docker = "microbiomedata/nmdc_taxa_profilers:1.0.2"

if (enabled_tools["gottcha2"] == true) {
call tasks.profilerGottcha2 {
Expand Down Expand Up @@ -63,6 +63,6 @@ workflow ReadbasedAnalysis {
meta {
author: "Po-E Li, B10, LANL"
email: "[email protected]"
version: "1.0.1"
version: "1.0.2"
}
}
}

0 comments on commit 8aff2ea

Please sign in to comment.