aswarren / Batch-Fasta-Interpro

Run interproscan on a multi-sequence fasta file via EBI webservices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires: Biopython

multi_interproscan.py provides a wrapper for wsinterproscan.py by running interproscan on an entire fasta file. It keeps the total number of concurrent interproscan sessions at the maximum number allowed at EBI (which was 25 when I wrote this).

Run the script as multi_interpro.py -i example.fasta -s wsinterproscan.py

Output: multiple interpro result files

Andrew Warren
aswarren@gmail.com 

About

Run interproscan on a multi-sequence fasta file via EBI webservices.


Languages

Language:Python 100.0%