AMO
  • Overview
  • Motivation
  • Getting Started
    • Requirements
    • Installation
    • All-in-one installation
  • Usages
  • Protein sequence
    • Sequence alignment
    • Quality control
  • Protein evolution-design-folding
    • Amino acid sequence
    • Residue communities
    • Sequence potential & energy
    • Inferring functional networks
    • Point mutation
    • Protein design
    • Sequence energy
    • Protein folding
  • Protein function
  • Structural bioinformatics
    • PDB parser
    • Structure to point cloud
    • Ramachandran map
    • Residue distances to coordinates
    • Infer residue-contact
    • Structure prediction
    • Swarm-intelligence-based folding
    • Coarse-grained MD
    • Folding energy
    • Probabilistic deep learning
    • Sequence features
  • Protein stability
    • OptiFel for stability
  • DNA sequence analysis
    • Format conversion
    • Quality control
  • Lipidomics
    • Data visualization
    • Functional mapping
  • Machine learning
    • Sequential evolving neural networks
    • Optimization
  • Plotting
  • FAQs
Powered by GitBook
On this page
  • SFF to FASTQ
  • DNA to amino acid sequence
  1. DNA sequence analysis

Format conversion

SFF to FASTQ

Use SRR013472.sff as an example

amo sff2fastq \
-threads 1 \
-hlog \
-jobname [JOB_NAME] \
-sff SRR013472.sff \
-output [OUTPUT_DIRECTORY]

DNA to amino acid sequence

amo atgc_dna2aa \
-threads 1 \
-hlog \
-jobname [JOB_NAME] \
-fastx <INPUT_SEQUENCE> \ # e.g., 2019-nCoV_WH04.completeGenome.fa
-output [OUTPUT_DIRECTORY]
PreviousDNA sequence analysisNextQuality control

Last updated 3 years ago