Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
08a62d84
Commit
08a62d84
authored
10 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
No functional changes
parent
d7fd1dad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
biopet-framework/src/main/java/nl/lumc/sasc/biopet/wrappers/Zcat.scala
+9
-9
9 additions, 9 deletions
...ork/src/main/java/nl/lumc/sasc/biopet/wrappers/Zcat.scala
flexiprep/examples/test.json
+1
-0
1 addition, 0 deletions
flexiprep/examples/test.json
with
10 additions
and
9 deletions
biopet-framework/src/main/java/nl/lumc/sasc/biopet/wrappers/Zcat.scala
+
9
−
9
View file @
08a62d84
...
...
@@ -6,13 +6,13 @@ import org.broadinstitute.sting.commandline._
import
java.io.File
class
Zcat
(
val
globalConfig
:
Config
)
extends
CommandLineFunction
{
def
this
()
=
this
(
new
Config
(
Map
()))
this
.
analysisName
=
"zcat"
val
config
:
Config
=
globalConfig
.
getAsConfig
(
"zcat"
)
logger
.
debug
(
"Config for "
+
this
.
analysisName
+
": "
+
config
)
@Input
(
doc
=
"Zipped file"
)
var
in
:
File
=
_
@Output
(
doc
=
"Unzipped file"
)
var
out
:
File
=
_
def
commandLine
=
"zcat %s > %s"
.
format
(
in
,
out
)
def
this
()
=
this
(
new
Config
(
Map
()))
this
.
analysisName
=
"zcat"
val
config
:
Config
=
globalConfig
.
getAsConfig
(
"zcat"
)
logger
.
debug
(
"Config for "
+
this
.
analysisName
+
": "
+
config
)
@Input
(
doc
=
"Zipped file"
)
var
in
:
File
=
_
@Output
(
doc
=
"Unzipped file"
)
var
out
:
File
=
_
def
commandLine
=
"zcat %s > %s"
.
format
(
in
,
out
)
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
flexiprep/examples/test.json
+
1
−
0
View file @
08a62d84
...
...
@@ -2,6 +2,7 @@
"fastqc"
:
{
"exe"
:
"/home/pjvan_thof/Downloads/FastQC/fastqc"
},
"flexiprep"
:
{
"native_link"
:
true
,
"fastqc"
:
{
"exe"
:
"/home/pjvan_thof/pipelines/test/test"
},
"cutadapt"
:
{
"exe"
:
"/home/pjvan_thof/pipelines/test/test"
},
"sickle"
:
{
"exe"
:
"/home/pjvan_thof/pipelines/test/test"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment