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
ADAM is more a framework or library on which to build workflows rather than something that runs an entire pipeline. For a full variant calling workflow as you describe above, I would suggest using BWA via Cannoli for alignment, ADAM for preprocessing, freebayes via Cannoli or avocado for variant calling, ADAM for variant filtering, and SnpEff via Cannoli for variant annotation.
Hi,
I am working currently in a project on building genomics pipeline. Requirement is something like this-
I will get the Input (.fastq file). And needs to run this steps:
5.Base callibration
6.Analysis Ready Reads
My question is : Is there any way I can run a automate script , so that when I put the .fastq data, the whole process will run automatically
Thanks!
The text was updated successfully, but these errors were encountered: