Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
sagJL
Commits
a555ac4b
Commit
a555ac4b
authored
Dec 05, 2018
by
mmassaviol
Browse files
Add predefined tools (fastqc, kallisto, salmon)
parent
678a40c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
predefined_tools/biotoolB.yml
View file @
a555ac4b
...
...
@@ -10,4 +10,4 @@ content: [
{
name
:
"
param9"
,
type
:
"
checkbox"
,
value
:
FALSE
,
label
:
"
Checkbox
2"
},
{
name
:
"
testButton"
,
type
:
"
button"
,
icon
:
"
"
,
class
:
"
btn
btn-success"
,
label
:
"
Test"
},
]
}
\ No newline at end of file
}
predefined_tools/fastqc.yml
0 → 100644
View file @
a555ac4b
{
name
:
"
fastqc"
,
title
:
"
FastQC
:"
,
status
:
"
success"
,
content
:
[
{
name
:
"
threads_fastqc"
,
type
:
"
slider"
,
min
:
1
,
max
:
16
,
step
:
1
,
value
:
[
1
],
label
:
"
Number
of
threads
to
use
:"
},
]
}
predefined_tools/kallisto.yml
0 → 100644
View file @
a555ac4b
{
name
:
"
kallisto"
,
title
:
"
kallisto
:"
,
status
:
"
success"
,
content
:
[
{
name
:
"
kallisto_index_input"
,
type
:
"
file"
,
multiple
:
FALSE
,
accept
:
[
"
.fasta"
,
"
.fasta.gz"
],
label
:
"
Choose
reference
fasta
file
:"
},
{
name
:
"
help_strand"
,
type
:
"
help"
,
label
:
"
For
strand
specific
mode
choose
--fr-stranded
if
the
first
read
is
forward
and
choose
--rf-stranded
if
the
first
read
is
reverse"
},
{
name
:
"
kallisto_quant_pe_stranded"
,
type
:
"
radio"
,
selected
:
"
No"
,
choices
:
[
"
No"
,
"
--fr-stranded"
,
"
--rf-stranded"
],
label
:
"
Strand
specific
mode
:"
},
]
}
predefined_tools/salmon.yml
0 → 100644
View file @
a555ac4b
{
name
:
"
salmon"
,
title
:
"
salmon
:"
,
status
:
"
success"
,
content
:
[
{
name
:
"
salmon_index_input"
,
type
:
"
file"
,
multiple
:
FALSE
,
accept
:
[
"
.fasta"
,
"
.fasta.gz"
],
label
:
"
Choose
reference
fasta
file
:"
},
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment