Skip to content
Snippets Groups Projects
Commit 29a84a74 authored by bow's avatar bow
Browse files

Merge branch 'fix-fifo_job_name' into 'develop'

Fixed fifo job names

Fixes #334 

See merge request !399
parents 43253296 1d57ce0d
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@ class BiopetFifoPipe(val root: Configurable,
_pipesJobs :::= commands
_pipesJobs = _pipesJobs.distinct
analysisName = commands.map(_.analysisName).mkString("_")
}
override def beforeCmd(): Unit = {
......
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