asalt / RefProtDB

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

** Dependencies python3, pandas, numpy

** Installation

+BEGIN_SRC bash

git clone https://github.com/asalt/RefProtDB.git cd RefProtDB pip install .

+END_SRC

** Execution Running the program is straightforward:

+BEGIN_SRC bash

RefProtDB --outdir /path/to/save/output/ 9606 10090 > programlog.txt # this last part is optional

+END_SRC

3 files will be generated here. A combined fasta file with both taxa, a fasta file with only human, and a fasta file with only mouse. If this splitting is not desired, the =--no-split= flag can be passed.