Team:NYC Software/Protocols

From 2011.igem.org

(Difference between revisions)
(Created page with "{{:Team:NYC_Software/Templates/nav}} {{:Team:NYC_Software/Templates/css}} <html> <html lang="en"> <head> <meta charset="utf-8"> <title>NYC-iGEM software</title> <meta name "desc...")
 
(One intermediate revision not shown)
Line 14: Line 14:
<body>
<body>
-
+
 
-
<h3>Unix Pipe for Genome CDS Comparisons</h3>
+
<div id="container">
 +
 
 +
<h3>Unix Pipe for Genome CDS Comparisons</h3>
<p><br>This is the bash shell script we developed to predict genes in our genomes, align them to the D. rad genome, filter poorer quality hits, and build BED files we could use for visualization.  
<p><br>This is the bash shell script we developed to predict genes in our genomes, align them to the D. rad genome, filter poorer quality hits, and build BED files we could use for visualization.  
 +
<br>
 +
From it you can learn what commands to use to do the various operations.
<br><br>
<br><br>
Line 61: Line 65:
<br>for x in `ls $BEDs`; do cd $BEDs; wc $x; done
<br>for x in `ls $BEDs`; do cd $BEDs; wc $x; done
<br>
<br>
 +
 +
</div>

Latest revision as of 20:28, 28 September 2011