Skip to content

A python script for uploading multiple 16S rRNA sequences to ezbiocloud.

Notifications You must be signed in to change notification settings

1996xjm/ezbiocloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ezbiocloud

A python script for uploading multiple 16S rRNA sequences to ezbiocloud.

安装

克隆仓库

#### 克隆仓库到本地 ####
git clone https://github.com/1996xjm/ezbiocloud.git

#### 安装python依赖 ####
# python版本最好3.7以上

# 安装 biopython
pip install biopython

使用

Usage: python ezbiocloud.py -f/--fastaFile <fasta file> -o/--outputPath <output annotation file path>

Example: python ezbiocloud.py -f example.fasta -o ./

Options:
  -h, --help            show this help message and exit
  -f FASTAFILE, --fastaFile=FASTAFILE
                        fastaFile
  -o OUTPUTPATH, --outputPath=OUTPUTPATH
                        output annotation file path

About

A python script for uploading multiple 16S rRNA sequences to ezbiocloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages