Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Midoux Cedric
workflow_metagenomics
Commits
0a6b2da8
Commit
0a6b2da8
authored
Jan 16, 2020
by
Midoux Cedric
Browse files
output interproscan
parent
313f2381
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation.smk
View file @
0a6b2da8
...
...
@@ -144,21 +144,17 @@ rule interproscan:
input:
unpack(faa_input)
output:
tsv = "work/interproscan/{sample}.faa.tsv",
gff3 = "work/interproscan/{sample}.faa.gff3",
html = "work/interproscan/{sample}.faa.html.tar.gz"
params:
output = lambda wildcards, output: os.path.dirname(str(output.tsv))
"work/interproscan/{sample}/{sample}.{format}"
threads:
8
shell:
"interproscan.sh "
"--cpu {threads} "
"--formats {wildcards.format} "
"--goterms "
"--highmem "
"--input {input.faa} "
"--seqtype p "
"--output-dir {params.output} "
"--formats tsv,gff3,html "
"--iprlookup "
"--
goterms
"
"--
outfile {output}
"
"--pathways "
"--seqtype p "
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