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...")
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.  
Line 61: Line 63:
<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>

Revision as of 19:40, 28 September 2011