Repository 'msp_sr_readmap_and_size_histograms'
hg clone https://toolshed.g2.bx.psu.edu/repos/drosofff/msp_sr_readmap_and_size_histograms

Changeset 5:bcc0c7093e7a (2016-02-04)
Previous changeset 4:4efe210c91f3 (2016-02-03) Next changeset 6:68f58363f1c6 (2016-02-04)
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit 9237338d798251fb2667280d597746e852f3ffcc-dirty
modified:
readmap.py
smRtools.pyc
b
diff -r 4efe210c91f3 -r bcc0c7093e7a readmap.py
--- a/readmap.py Wed Feb 03 11:35:00 2016 -0500
+++ b/readmap.py Thu Feb 04 06:27:43 2016 -0500
[
@@ -77,7 +77,7 @@
   return gene, coordinate, count, orientation
 
 def lookup_gene_length(gene, readDict):
-  return readDict[readDict.keys()[0]].instanceDict.values()[0].size
+  return readDict[readDict.keys()[0]].instanceDict[gene].size
 
 def handle_start_stop_coordinates(plottable, readDict):
   """
b
diff -r 4efe210c91f3 -r bcc0c7093e7a smRtools.pyc
b
Binary file smRtools.pyc has changed