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

fix analysisName on Ln

parent cafd9cd7
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ class Cutadapt(val root:Configurable) extends BiopetCommandLineFunction {
required(fastq_input) +
" > " + required(fastq_output)
} else {
analysisName = getClass.getName + "-ln"
analysisName = getClass.getSimpleName + "-ln"
"ln -sf " +
required(fastq_input) +
required(fastq_output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment