Skip to content

BenxiaHu/MutSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutSeq

This tutorial will introduce how to run MutSeq to generate/introduce genetic/point mutations in a given DNA sequence.

usage:

MutSeq [-h] [-b] -I INPUTPATH -f FILENAME -O OUTPATH -o OUTFILE

input file has multiple DNA sequences with a column name.
the output file show the DNA sequences with genetic mutations in each position.

example:
MutSeq -I "the input path" -f "input file name" -o "output path" -O "the path of output"

optional arguments:

-h --help show this help message and exit
-I INPUTPATH --inputpath INPUTPATH path of input file
-f FILENAME --filename FILENAME name of input file
-O OUTPATH --outpath OUTPATH path of output file
-o OUTFILE --outfile OUTFILE name of output file

install

https://pypi.org/project/MutSeq/

pip install MutSeq

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published