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
6f07dcdc
Commit
6f07dcdc
authored
10 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Fix args in queue extension
parent
c5e27ef2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/SageCreateLibrary.scala
+4
-4
4 additions, 4 deletions
...n/scala/nl/lumc/sasc/biopet/tools/SageCreateLibrary.scala
with
4 additions
and
4 deletions
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/SageCreateLibrary.scala
+
4
−
4
View file @
6f07dcdc
...
...
@@ -56,8 +56,8 @@ class SageCreateLibrary(val root: Configurable) extends BiopetJavaCommandLineFun
required
(
"-I"
,
input
)
+
optional
(
"--tag"
,
tag
)
+
optional
(
"--length"
,
length
)
+
optional
(
"--no
t
ag"
,
noTagsOutput
)
+
optional
(
"--no
a
nti
t
ag"
,
noAntiTagsOutput
)
+
optional
(
"--no
T
ag
sOutput
"
,
noTagsOutput
)
+
optional
(
"--no
A
nti
T
ag
sOutput
"
,
noAntiTagsOutput
)
+
required
(
"-o"
,
output
)
}
...
...
@@ -84,7 +84,7 @@ object SageCreateLibrary extends ToolCommand {
opt
[
File
](
"noAntiTagsOutput"
)
required
()
unbounded
()
valueName
(
"<file>"
)
action
{
(
x
,
c
)
=>
c
.
copy
(
noAntiTagsOutput
=
x
)
}
opt
[
File
](
"allGenesOutput"
)
required
()
unbounded
()
valueName
(
"<file>"
)
action
{
(
x
,
c
)
=>
opt
[
File
](
"allGenesOutput"
)
unbounded
()
valueName
(
"<file>"
)
action
{
(
x
,
c
)
=>
c
.
copy
(
allGenesOutput
=
x
)
}
}
...
...
@@ -207,4 +207,4 @@ object SageCreateLibrary extends ToolCommand {
return
result
}
}
}
\ No newline at end of file
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