# HG changeset patch # User drosofff # Date 1454585308 18000 # Node ID f75315939afe006552cb97cc2ba57318c543f7cf # Parent 893560ece89f6925bc1f42c3df4a768cf6492a1c planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit 9237338d798251fb2667280d597746e852f3ffcc-dirty diff -r 893560ece89f -r f75315939afe readmap.py --- a/readmap.py Wed Feb 03 11:34:35 2016 -0500 +++ b/readmap.py Thu Feb 04 06:28:28 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): """ diff -r 893560ece89f -r f75315939afe smRtools.pyc Binary file smRtools.pyc has changed