Hadoop BAM - how to use?
Hello everyone,
Can someone explain me how to use Hadoop BAM. I am new to this field. I would really appreciate the help.
• 3,123 views
•
link
1 answer
hello,shalini.ravishankar Hadoop-BAM is a Java library for the manipulation of files in common bioinformatics formats using the Hadoop MapReduce framework with the Picard SAM JDK, and command line tools similar to SAMtools.
You need to import the libraries into a java program, write and compile code that leverages these libraries, and then execute the map-reduce JARs. The BAM files would then sit directly in HDFS and can be put there using the Hadoop filesystem commands.
• 0 views
•
link
Log in to answer this question.
just curious: what do you want to achieve with HadoopBam ? (I don't know this hadoop-based tool)