# HG changeset patch # User pavanvidem # Date 1441293968 14400 # Node ID 45022897fb7d0c43e20b896dc22c8ea5df20ef1c # Parent 169c48f14f3155221dc179d18310e5c3ebabc195 Uploaded diff -r 169c48f14f31 -r 45022897fb7d dexseq_count.xml --- a/dexseq_count.xml Thu Sep 03 05:40:06 2015 -0400 +++ b/dexseq_count.xml Thu Sep 03 11:26:08 2015 -0400 @@ -4,11 +4,11 @@ R DEXSeq - + #if $mode.mode_select == "prepare": - python $INSTALL_DIR/python_scripts/dexseq_prepare_annotation.py -r $aggregate $gtf $flattened_gtf_out + dexseq_prepare_annotation.py -r $aggregate $gtffile $flattened_gtf_out #elif $mode.mode_select == "count": - python $INSTALL_DIR/python_scripts/dexseq_count.py -f bam -p $paired -r $order -s $stranded $flattened_gtf_in $bamfile $counts_file + dexseq_count.py -f bam -p $paired -r $order -s $stranded $flattened_gtf_in $bamfile $counts_file #end if @@ -18,19 +18,19 @@ - + - - - + + + - + @@ -43,7 +43,7 @@ (mode['mode_select'] == 'count') - + (mode['mode_select'] == 'prepare') diff -r 169c48f14f31 -r 45022897fb7d tool_dependencies.xml --- a/tool_dependencies.xml Thu Sep 03 05:40:06 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 03 11:26:08 2015 -0400 @@ -80,6 +80,9 @@ https://github.com/bgruening/download_store/raw/master/DEXSeq_1.14.2/statmod_1.4.21.tar.gz https://github.com/bgruening/download_store/raw/master/DEXSeq_1.14.2/DEXSeq_1.14.2.tar.gz + + $INSTALL_DIR/DEXSeq/python_scripts/ +