Skip to content

abhinavsv3/geneticBio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geneticBio

Some Bioinformatics Codes that I wrote.

Using linux go to the folder where you have the test.cpp code and testfasta.fasta

$ g++ test.cpp
$ ./a.out 

this will generate all the Sequence(n).fasta files

you can change the name of the file in the test.cpp code in line number 14 Like this: Change ifstream fin("testfasta.fasta");

to ifstream fin("YOUR.fasta");

Avoid using space in the the .fasta file name

About

Some Bioinformatics Codes that I wrote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages