This tool is copyright 2016 by Nattawet Sriwichai, King Mongkut's University Technology Thonburi (Bioinformatics and Systems Biology Program), Thailand. All rights reserved. See the licence text below.
pip install genomemanagement
pip install git+https://github.com/evolu-tion/GenomeManagement.git
git clone https://github.com/evolu-tion/GenomeManagement.git
cd GenomeManagement
pip install .
pip install -e .
Then run python script by used command line on windows or unix:
promoter-retrieve \
--output <output_file.fa> \
--output_format <fasta/gff> \
--genome <genome.fa> \
--gff <genome.gff> \
--type <TLS/TSS> \
--upstream <bp> \
--downstream <bp> \
--all_gene <Y/N> \
--selected_gene_list <gene_list.txt, is optional if all_gene is N> \
--remove_n_gap <Y/N> \
--min_length <default is 100 bp>
proteins-retrieve \
--input <input_fasta_file> \
--list_of_interest <list_of_protein_id.txt> \
--output <output_file.fa>
plantpan3
get-genome-statistic \
--genome <genome.fa>
This project is licensed under the MIT License - see the LICENSE file for details.