In order to successfully complete this assignment you need to participate both individually and in groups during class. If you attend class in-person then have one of the instructors check your notebook and sign you out before leaving class on Monday January 25. If you are attending asynchronously, turn in your assignment using D2L no later than _11:59pm on Monday January 25.
0121--Getexample_pre-class-assignment
Commands:
module list
module load powertools
powertools
getexample
As a class we will discuss the getexamples we tried, answer questions and see if we can get them working.
We will take about 10 minutes in class to discuss project proposals which are due February 11th.
Bowtie is an ultrafast, memory-efficient short read aligner. It aligns short DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp reads per hour. Bowtie indexes the genome with an FM index to keep its memory footprint small: typically about 2.2 GB for the human genome (2.9 GB for paired-end).
✅ DO THIS: Log onto the HPCC download the bowtie example using the getexample
command and figure out how to run the example. See if you can answer the following questions.
✅ QUESTION:Does Bowtie have a shared memory or shared network paralization option?
Put your answer to the above question here.
✅ QUESTION: Which version of bowtie being used in the example?
Put your answer to the above question here.
✅ QUESTION: What directory is bowtie installed?
Put your answer to the above question here.
✅ QUESTION: Can you cat
the bowtie executable?
Put your answer to the above question here.
✅ QUESTION: Can you ldd
the bowtie executable?
Put your answer to the above question here.
✅ QUESTION: What language is the bowtie executable written in?
Put your answer to the above question here.
As a class, we will discuss what makes an example useful. What are good things to include and what are bad things to include?
✅ QUESTION: How does this discussion relate to the first part of your class project?
Put your answer to the above question here.
If you attend class in-person then have one of the instructors check your notebook and sign you out before leaving class. If you are attending asynchronously, turn in your assignment using D2L.
Written by Dr. Dirk Colbry, Michigan State University
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.