Skip to content
Snippets Groups Projects
Commit 5b602ecf authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed args for pickRepSet

parent cfe22b5c
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class GearsQiimeRtax(val root: Configurable) extends QScript with BiopetQScript
val pickRepSet = new PickRepSet(this)
val repSetOutputDir = new File(outputDir, "pick_rep_set")
pickRepSet.inputFile = pickOtus.otusTxt
pickRepSet.fastaInput = Some(fastaR1)
pickRepSet.outputFasta = Some(new File(repSetOutputDir, fastaR1.getName))
pickRepSet.logFile = Some(new File(repSetOutputDir, fastaR1.getName
.stripSuffix(".fasta").stripSuffix(".fa").stripSuffix(".fna") + ".log"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment