Hello,
I just found this forum and hope I can find some clues to my issue.
Being a biologist, but not a computer scientist nor working longer than a year on NGS
, I am able to use Linux. Also I have access to a nice cluster, so that computing power is not an issue.
From a former coworker I got an external HDD with data from a HiSeq sequencing project (genome) from a Bacillus species, which was subsequently aligned to two different reference genomes using BWA after quality assessment and subsequent removal of duplicates was sucessful.
Now I intend to get those sucessfully aligned short reads out as longer reads in form of a fasta file to subsequently assign a function using blast.
Everything until the BWA alignment is clear (was done already) and everything after obtaining the aligned long reads is also clear.
But with which tool can I fill the gap?
Thanks a lot for every suggestion and sorry cause I guess this is quite an easy question.
I just found this forum and hope I can find some clues to my issue.
Being a biologist, but not a computer scientist nor working longer than a year on NGS
, I am able to use Linux. Also I have access to a nice cluster, so that computing power is not an issue.From a former coworker I got an external HDD with data from a HiSeq sequencing project (genome) from a Bacillus species, which was subsequently aligned to two different reference genomes using BWA after quality assessment and subsequent removal of duplicates was sucessful.
Now I intend to get those sucessfully aligned short reads out as longer reads in form of a fasta file to subsequently assign a function using blast.
Everything until the BWA alignment is clear (was done already) and everything after obtaining the aligned long reads is also clear.
But with which tool can I fill the gap?

Thanks a lot for every suggestion and sorry cause I guess this is quite an easy question.
Thank you very much.
) but can you try to start this part of the job interactively (i.e. not under the job scheduler, if you have an interactive job queue available then use that) to make sure that everything is in place (i.e. all the executables are found) and watch it for a few minutes to see if any errors are printed to the screen.
Comment