# HG changeset patch # User rnateam # Date 1390407603 18000 # Node ID 0fbc8cdc1cd0a791135e05e45278346031172e39 # Parent bcb191e420327f288dbf481dd9d7b9b8b2a992c0 Uploaded diff -r bcb191e42032 -r 0fbc8cdc1cd0 blockclust.xml --- a/blockclust.xml Mon Oct 28 11:26:22 2013 -0400 +++ b/blockclust.xml Wed Jan 22 11:20:03 2014 -0500 @@ -1,20 +1,20 @@ - + Non-coding RNA clustering from deep sequencing read profiles blockclust + eden R_3_0_1 samtools + mcl blockclust_rlibs - BLOCKCLUST_DATA_PATH - + echo '1.0' + #if str($tool_mode.operation) == "pre": #set $outputdir = $tags_bed.extra_files_path - BlockClustPipeLine.pl -m PRE -bam $tool_mode.reads_bam -tbed $tags_bed; - #end if - - #if str($tool_mode.operation) == "clust": + BlockClustPipeLine.pl -m PRE -bam $tool_mode.reads_bam -tbed $tags_bed + #elif str($tool_mode.operation) == "clust": #set $outputdir = $clusters.extra_files_path #set $accept_bed=list() #set $reject_bed=list() @@ -28,6 +28,21 @@ #elif str($tool_mode.reference) == "dm3": $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/dm3/dm3.accept.bed") $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/dm3/dm3.reject.bed") + #elif str($tool_mode.reference) == "rheMac3": + $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/rheMac3/rheMac3.accept.bed") + $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/rheMac3/rheMac3.reject.bed") + #elif str($tool_mode.reference) == "panTro4": + $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/panTro3/panTro4.accept.bed") + $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/panTro3/panTro4.reject.bed") + #elif str($tool_mode.reference) == "xenTro3": + $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/xenTro3/xenTro3.accept.bed") + $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/xenTro3/xenTro3.reject.bed") + #elif str($tool_mode.reference) == "celWS235": + $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/celWS235/celWS235.accept.bed") + $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/celWS235/celWS235.reject.bed") + #elif str($tool_mode.reference) == "tair10": + $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/tair10/tair10.accept.bed") + $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/tair10/tair10.reject.bed") #end if BlockClustPipeLine.pl -m TEST -f SEQUENCE -c \$BLOCKCLUST_DATA_PATH/blockclust.config -t $tool_mode.input_bbo @@ -50,13 +65,12 @@ cp #echo os.path.join($outputdir, 'mcl_clusters','all_clusters.bed')# $clusters; cp #echo os.path.join($outputdir, 'hclust_tree.pdf')# $hclust_plot; - cp #echo os.path.join($outputdir, 'discretized.gspan.tab')# $sim_tab_out; - #end if - - #if str($tool_mode.operation) == "post": + cp #echo os.path.join($outputdir, 'discretized.gspan.tab')# $sim_tab_out + #elif str($tool_mode.operation) == "post": #set $outputdir = $clusters_bed.extra_files_path BlockClustPipeLine.pl -m POST -cbed $tool_mode.clusters_bed -cm $tool_mode.cmsearch_out -tab $tool_mode.sim_tab_in -o $outputdir; cp #echo os.path.join($outputdir, 'cluster_distribution.pdf')# $cluster_dist; + cp #echo os.path.join($outputdir, 'hclust_tree_clusters.pdf')# $cluster_hclust #end if @@ -75,6 +89,11 @@ + + + + + @@ -128,10 +147,10 @@ tool_mode["operation"]=="clust" - + tool_mode["operation"]=="post" - + tool_mode["operation"]=="post" diff -r bcb191e42032 -r 0fbc8cdc1cd0 tool_dependencies.xml --- a/tool_dependencies.xml Mon Oct 28 11:26:22 2013 -0400 +++ b/tool_dependencies.xml Wed Jan 22 11:20:03 2014 -0500 @@ -4,7 +4,13 @@ - + + + + + + + @@ -72,6 +78,12 @@ tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/ https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/rheMac3.tar.gz tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/ + https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/xenTro3.tar.gz + tar xfvz xenTro3.tar.gz -C $INSTALL_DIR/data/annotations/ + https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/celWS235.tar.gz + tar xfvz celWS235.tar.gz -C $INSTALL_DIR/data/annotations/ + https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/tair10.tar.gz + tar xfvz tair10.tar.gz -C $INSTALL_DIR/data/annotations/ https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/models.tar.gz tar xfvz models.tar.gz -C $INSTALL_DIR/data/