You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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..
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
The text was updated successfully, but these errors were encountered: