Commit 0a6b2da8 authored by Midoux Cedric's avatar Midoux Cedric
Browse files

output interproscan

No related merge requests found
Showing with 5 additions and 9 deletions
+5 -9
...@@ -144,21 +144,17 @@ rule interproscan: ...@@ -144,21 +144,17 @@ rule interproscan:
input: input:
unpack(faa_input) unpack(faa_input)
output: output:
tsv = "work/interproscan/{sample}.faa.tsv", "work/interproscan/{sample}/{sample}.{format}"
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))
threads: threads:
8 8
shell: shell:
"interproscan.sh " "interproscan.sh "
"--cpu {threads} " "--cpu {threads} "
"--formats {wildcards.format} "
"--goterms "
"--highmem " "--highmem "
"--input {input.faa} " "--input {input.faa} "
"--seqtype p "
"--output-dir {params.output} "
"--formats tsv,gff3,html "
"--iprlookup " "--iprlookup "
"--goterms " "--outfile {output} "
"--pathways " "--pathways "
"--seqtype p "
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment