Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
waw
Commits
563546c1
Commit
563546c1
authored
May 06, 2022
by
khalid
Browse files
Add RDPclassifier
parent
73a16a18
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/FROGS_affiliation/FROGS_affiliation.rule.snakefile
View file @
563546c1
...
...
@@ -15,7 +15,7 @@ rule <step_name>__FROGS_affiliation:
taxfile = config["<step_name>__FROGS_affiliation_reference_fasta"]+"/train_set.fasta",
yamlfile = config["<step_name>__FROGS_affiliation_reference_fasta"]+"/info.yaml",
# taxonomic_ranks = "-t Domain Phylum Class Order Family Genus Species",
#
rdp = "--rdp "
+config["<step_name>__FROGS_affiliation_rdp"]
if config["<step_name>__FROGS_affiliation_rdp"] else "",
rdp = "
--rdp " if config["<step_name>__FROGS_affiliation_rdp"] else "",
threads:
config["<step_name>__FROGS_affiliation_threads"],
shell: """
...
...
@@ -39,5 +39,5 @@ rule <step_name>__FROGS_affiliation:
{params.cmdStat} -i {output.abundance_file} --tax-consensus-tag 'blast_taxonomy' --multiple-tag 'blast_affiliations' -o {params.outDir}/affiliations_stat.html ;
echo \"2\t./{params.stepDir}/affiliations_stat.html\" >> {params.outDir}/text.generic.tsv
"""
# {params.rdp} \
#{params.taxonomic_ranks} \
\ No newline at end of file
tools/FROGS_affiliation/FROGS_affiliation.yaml
View file @
563546c1
...
...
@@ -2,7 +2,7 @@
id
:
FROGS_affiliation
,
name
:
FROGS affiliation
,
article
:
10.1093/bib/bbab318
,
website
:
"
http://f
rogs.toulouse.inrae.fr/"
,
website
:
"
http://frogs.toulouse.inrae.fr/"
,
git
:
"
https://github.com/geraldinepascal/FROGS"
,
description
:
"
Adding
taxonomic
affiliation
in
abundance
file"
,
version
:
"
3.2.3"
,
...
...
@@ -42,7 +42,7 @@
prefix
:
--rdp
,
type
:
checkbox
,
value
:
False
,
label
:
"
[NOT
AVAILABLE]
Also
perform
RDP
assignation
?"
,
label
:
"
Also
perform
RDP
assignation
?"
,
},
{
name
:
FROGS_affiliation_reference_fasta
,
...
...
@@ -108,6 +108,18 @@
# add to FROGS
"
ln
-s
/opt/biotools/FROGS-3.2.3/bin/EMBOSS-6.6.0/emboss/needleall
/opt/biotools/FROGS-3.2.3/libexec/."
],
ant
:
[
"
apt-get
install
ant"
],
RDPclasifier
:
[
"
cd
/opt/biotools/"
,
"
git
clone
https://github.com/rdpstaff/RDPTools.git"
,
"
cd
RDPTools"
,
"
git
checkout
2.0.3"
,
"
git
submodule
init"
,
"
git
submodule
update"
,
"
make"
,
# add to FROGS
"
ln
-s
opt/biotools/RDPTools/classifier.jar
/opt/biotools/FROGS-3.2.3/libexec/."
],
},
data
:
[
{
...
...
Write
Preview
Supports
Markdown
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