# HG changeset patch
# User fubar
# Date 1371109050 14400
# Node ID 2ab11896fd22eeb4a680fc1ab932542679127f70
# Parent  8c5184649b234c8c4a0140731549c59042947b58
Uploaded
diff -r 8c5184649b23 -r 2ab11896fd22 htseq_bams_to_count_matrix/generatetest.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htseq_bams_to_count_matrix/generatetest.sh	Thu Jun 13 03:37:30 2013 -0400
@@ -0,0 +1,1 @@
+python ../htseqsams2mx.py -g rn4_chr20_100k.gtf -o test.xls --samf "'rn4chr20test1.bam','col1'" --samf "'rn4chr20test2.bam','col2'"
diff -r 8c5184649b23 -r 2ab11896fd22 htseq_bams_to_count_matrix/tool_dependencies.xml
--- a/htseq_bams_to_count_matrix/tool_dependencies.xml	Fri Jun 07 07:35:11 2013 -0400
+++ b/htseq_bams_to_count_matrix/tool_dependencies.xml	Thu Jun 13 03:37:30 2013 -0400
@@ -22,6 +22,10 @@
                 
                 
                 $INSTALL_DIR/lib/python
+                 echo "ls $FREETYPE_INCLUDE_DIR =:"  
+                 `ls $FREETYPE_INCLUDE_DIR` 
+                 echo "ls $FREETYPE_INCLUDE_DIR/freetype2/ =:"  
+                 `ls $FREETYPE_INCLUDE_DIR/freetype2/` 
                 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY && 
                     export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && 
                     export LIBRARY_PATH=$FREETYPE_LIB_DIR &&