# HG changeset patch # User refinery-platform # Date 1441226270 14400 # Node ID 41e92972b7f1f660c0a1cb99f697e13b638df044 Fix XML formatting diff -r 000000000000 -r 41e92972b7f1 emsar_indices.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emsar_indices.loc.sample Wed Sep 02 16:37:50 2015 -0400 @@ -0,0 +1,5 @@ +# EMSAR rsh files +# +# format of this .loc file (5 tab-separated columns): +#value dbkey description path to index? path to rsh file +#hg19 hg19 Human (hg19) ~/refs/hg19/EMSAR/RefSeq_hg19 ~/refs/hg19/EMSAR/rsh/RefSeq.hg19.PE diff -r 000000000000 -r 41e92972b7f1 emsar_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emsar_wrapper.xml Wed Sep 02 16:37:50 2015 -0400 @@ -0,0 +1,91 @@ + + + + + + #set rsh_path = $refIndex.fields.rshPath + #set rsh = $rsh_path + "." + $nRL.__str__() + ".rsh" + #set libType = "" + + #if $bPaired + #if $sLT.__str__() == "n" + #set libType = "ns" + #end if + #if $sLT.__str__() == "f" + #set libType = "ssfr" + #end if + #if $sLT.__str__() == "r" + #set libType = "ssrf" + #end if + #else + #if $sLT.__str__() == "n" + #set libType = "ns" + #end if + #if $sLT.__str__() == "f" + #set libType = "ssf" + #end if + #if $sLT.__str__() == "r" + #set libType = "ssr" + #end if + #end if + + emsar + -P + #if $sBS.__str__() == "S" + -S + #end if + #if $sBS.__str__() == "B" + -B + #end if + -p 8 + -h $sHT + #if $bG + -g + #end if + -s $libType + -I $rsh + output + emsar + $input_bam + 2> emsar.log + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 41e92972b7f1 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Sep 02 16:37:50 2015 -0400 @@ -0,0 +1,6 @@ + + + value, dbkey, name, idxPath, rshPath + +
+