Skip to content

ToHanwei/DNAmsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNAmsa

coding sequence MSA(multiple sequence alignment)

Contents Index

MSA example

workfolw

Usage

Single FASTA file use

python single_msa.py --help

usage: single_msa.py [-h] [--msafile] [--cdsfile] [--transcode] [--output]

DNA MSA tool (sigle)

optional arguments:
  -h, --help         show this help message and exit
  --msafile , -m     inputfile path, it is a MSA output file (FASTA format)
  --cdsfile , -c     uncleotide sequence file (FASTA formfat)
  --transcode , -t   translate code file path, default='code.csv'
  --output , -o      output file path, DNA alignment file

Multiple FASTA file use

python batch_msa.py --help

usage: batch_msa.py [-h] [--indir] [--cdsdir] [--transcode] [--outdir]

DNA MSA tool (batch)

optional arguments:
  -h, --help         show this help message and exit
  --indir , -i       input folder path, there are MSA output files (FASTA format)
  --cdsdir , -c      save uncleotide sequence files (FASTA formfat), have the
                     same name with input files
  --transcode , -t   translate code file path
  --outdir , -o      output dir path, save DNA alignment files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages