Coder Social home page Coder Social logo

astrobiomike / bvcn-binder-prokka-htseq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arkadiy-garber/bvcn-binder-htseq

0.0 1.0 0.0 13.54 MB

Lesson and tutorial on annotating genomes and metagenomes with prokka, and associating read-mapping data with those annotations

Shell 100.00%

bvcn-binder-prokka-htseq's Introduction

Binder for BVCN Comparative Genomics lesson

Initially forked from here. Thank you to the awesome binder team!

Binder

Part of the Bioinformatics Virtual Coordination Network :)

Walkthrough (interspecies example with two homologous sequences)

Enter the first direcotry

cd interspecies_example//

Align the FASTA amino acid file

muscle -in MNBX01000583.1_4.faa -out MNBX01000583.1_4.fa

Make a codon alignment from the peptide alignment and nucleotide sequence

pal2nal.pl MNBX01000583.1_4.fa MNBX01000583.1_4.ffn -output fasta > MNBX01000583.1_4.codonalign.fa

Check that the correct input/output files are in the codeml.ctl file

less codeml.ctl

Run codeml

codeml codeml.ctl

Walkthrough (intraspecies example with three gene paralogs from one genome)

Enter the second directory

cd intraspecies_example/

Align the FASTA amino acid file

muscle -in NC_009928.1_232.faa -out NC_009928.1_232.fa

Make a codon alignment from the peptide alignment and nucleotide sequence

pal2nal.pl NC_009928.1_232.fa NC_009928.1_232.ffn -output fasta > NC_009928.1_232.codonalign.fa

Run codeml after checking out the input/output codeml.ctl file

codeml codeml.ctl

Walkthrough (PseudoHunter)

Print the PseudoHunter help menu

PseudoHunter.py -h

Run program on the test dataset

cd PseudoHunter/
cd mycobacterium/
PseudoHunter4.py -q Mycobacterium_leprae-subset.fna -r Mycobacterium_tuberculosis_H37Rv.fna -ctl ../codeml-2.ctl -out pseudohunter_out

Walkthrough (ParaHunter)

Print the ParaHunter help menu

Parahunter.sh -h

Run program on the test dataset

cd ParaHunter/
cd cyanothece/
ParaHunter.sh -a CyanothecePCC7425.faa -n CyanothecePCC7425.ffn -l ../codeml-2.ctl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.