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

Move abstract commandlines function for Rscript and Python

parent 806133cd
No related branches found
No related tags found
No related merge requests found
Showing with 10 additions and 10 deletions
......@@ -13,9 +13,9 @@
* license; For commercial users or users who do not want to follow the AGPL
* license, please contact us to obtain a separate license.
*/
package nl.lumc.sasc.biopet.extensions
package nl.lumc.sasc.biopet.core.extensions
import java.io.{ File, FileOutputStream }
import java.io.{File, FileOutputStream}
import nl.lumc.sasc.biopet.core.BiopetCommandLineFunction
import org.broadinstitute.gatk.utils.commandline.Input
......
......@@ -13,9 +13,9 @@
* license; For commercial users or users who do not want to follow the AGPL
* license, please contact us to obtain a separate license.
*/
package nl.lumc.sasc.biopet.extensions
package nl.lumc.sasc.biopet.core.extensions
import java.io.{ File, FileOutputStream }
import java.io.{File, FileOutputStream}
import nl.lumc.sasc.biopet.core.BiopetCommandLineFunction
......
......@@ -17,8 +17,8 @@ package nl.lumc.sasc.biopet.extensions.breakdancer
import java.io.File
import nl.lumc.sasc.biopet.core.extensions.PythonCommandLineFunction
import nl.lumc.sasc.biopet.utils.config.Configurable
import nl.lumc.sasc.biopet.extensions.PythonCommandLineFunction
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
class BreakdancerVCF(val root: Configurable) extends PythonCommandLineFunction {
......
......@@ -15,7 +15,7 @@
*/
package nl.lumc.sasc.biopet.extensions.conifer
import nl.lumc.sasc.biopet.extensions.PythonCommandLineFunction
import nl.lumc.sasc.biopet.core.extensions.PythonCommandLineFunction
abstract class Conifer extends PythonCommandLineFunction {
override def subPath = "conifer" :: super.subPath
......
......@@ -17,8 +17,8 @@ package nl.lumc.sasc.biopet.extensions.rscript
import java.io.File
import nl.lumc.sasc.biopet.core.extensions.RscriptCommandLineFunction
import nl.lumc.sasc.biopet.utils.config.Configurable
import nl.lumc.sasc.biopet.extensions.RscriptCommandLineFunction
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
/**
......
......@@ -17,8 +17,8 @@ package nl.lumc.sasc.biopet.extensions.rscript
import java.io.File
import nl.lumc.sasc.biopet.core.extensions.RscriptCommandLineFunction
import nl.lumc.sasc.biopet.utils.config.Configurable
import nl.lumc.sasc.biopet.extensions.RscriptCommandLineFunction
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
/**
......
......@@ -17,8 +17,8 @@ package nl.lumc.sasc.biopet.extensions.rscript
import java.io.File
import nl.lumc.sasc.biopet.core.extensions.RscriptCommandLineFunction
import nl.lumc.sasc.biopet.utils.config.Configurable
import nl.lumc.sasc.biopet.extensions.RscriptCommandLineFunction
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
/**
......
......@@ -17,9 +17,9 @@ package nl.lumc.sasc.biopet.scripts
import java.io.File
import nl.lumc.sasc.biopet.core.extensions.PythonCommandLineFunction
import nl.lumc.sasc.biopet.utils.config.Configurable
import nl.lumc.sasc.biopet.core.summary.Summarizable
import nl.lumc.sasc.biopet.extensions.PythonCommandLineFunction
import nl.lumc.sasc.biopet.utils.ConfigUtils
import org.broadinstitute.gatk.utils.commandline.{ Input, Output }
......
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