Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concationation #1

Open
smangul1 opened this issue Jul 11, 2017 · 2 comments
Open

concationation #1

smangul1 opened this issue Jul 11, 2017 · 2 comments
Assignees

Comments

@smangul1
Copy link
Owner

Can you please upload script to concatenate genomes here on github

Also create a separate wiki page to put the location of datasets and BWa indexes for concatenated file

@mealser
Copy link
Collaborator

mealser commented Jul 11, 2017

This part is already uploaded to github:
https://github.com/smangul1/miCoP/blob/master/CoveragePlot/ConcatContigs.py

to run the code use the following:
awk -F "|" '{print $2}' fungi.names | uniq > RefList.txt
python ConcatContigs.py RefList.txt fungi.fa > fungi_ConcatContigs.fa

@mealser
Copy link
Collaborator

mealser commented Jul 11, 2017

Please note that i change the content of the first line of each contig sequence for the output file such that it includes (1) the name of the organism rather than the name of the contig. (2) the length of the new concatenated contigs rather than the length of the contig..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants