make the mapped reads summary report more robust
authorDiane Trout <diane@caltech.edu>
Fri, 28 Mar 2008 22:12:19 +0000 (22:12 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 28 Mar 2008 22:12:19 +0000 (22:12 +0000)
commite44116d461d7763981116658c5ca211e43e236d0
tree695c8c1b314962c39caf4f443128c07c79f1f93f
parent1ba2c88b3b288ae58a2bf61e00c8405da43130f4
make the mapped reads summary report more robust
It's really useful for the summary report to report everything that
mapped to the genome as a single entry, and everything that mapped
to the contamination or spike-ins as seperate entries.

This version tags files that aren't symlined as 'last_dir_element/filename'
and files that are symlinked into the genome directory as 'filename'.
Since I have the spike-ins symlinked in, and the last element of the path
name is the genome name it makes it easy to use the 'last_dir_element'
as the name to group all the per chromosome reads to.
scripts/runfolder.py