# HG changeset patch # User hepcat72 # Date 1540566746 14400 # Node ID 007ad934287e548f856af0e92ce50f38e0224ef4 # Parent f82a18f7a946aa475148c34c0d2b6b7454358bb4 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 742dbf78a7c630bab88120e97f548a83baea39d7-dirty diff -r f82a18f7a946 -r 007ad934287e lumpy_wrapper.tcsh --- a/lumpy_wrapper.tcsh Fri Oct 26 10:38:30 2018 -0400 +++ b/lumpy_wrapper.tcsh Fri Oct 26 11:12:26 2018 -0400 @@ -20,21 +20,6 @@ setenv DSCDS '' setenv SPLTOPTS '' -## -## The following is a work-around to a condition that causes a segfault in lumpy from lumpyexpress due to a new min_element threshold. -## This is a kluge, but hopefully the segfault issue with lumpyexpress will be fixed soon. -## - -setenv LUMPYEXPRESSSCPT lumpyexpress -setenv LUMPYEXPRESSLOC `which lumpyexpress` -setenv LUMPYDIR `dirname $LUMPYEXPRESSLOC` -setenv LUMPYCONFIG lumpyexpress.config -setenv DISTROSCPT pairend_distro.py -setenv DISTROLOC `which $LUMPYDIR/../*/*/*/$DISTROSCPT` -perl -e 'while(){s/min_elements = 10+/min_elements = 1/;print}' < $DISTROLOC > ./$DISTROSCPT -perl -e 'while(){s/PAIREND_DISTRO=.*/PAIREND_DISTRO=$ARGV[0]/;print}' `pwd`/$DISTROSCPT < $LUMPYDIR/$LUMPYCONFIG > ./$LUMPYCONFIG -chmod 555 ./$DISTROSCPT - foreach b ( $MYARGV ) echo @@ -137,8 +122,8 @@ if ( $PAIREDENDRUN ) then echo - echo "Running: $LUMPYEXPRESSSCPT -K `pwd`/$LUMPYCONFIG -B $BAMS -S $SPLTS -D $DSCDS -o $OUTVCF" - $LUMPYEXPRESSSCPT -K `pwd`/$LUMPYCONFIG -B $BAMS -S $SPLTS -D $DSCDS -o $OUTVCF + echo "Running: lumpyexpress -B $BAMS -S $SPLTS -D $DSCDS -o $OUTVCF" + lumpyexpress -B $BAMS -S $SPLTS -D $DSCDS -o $OUTVCF if ( $status ) then echo "lumpyexpress failed" diff -r f82a18f7a946 -r 007ad934287e lumpyexpress.xml --- a/lumpyexpress.xml Fri Oct 26 10:38:30 2018 -0400 +++ b/lumpyexpress.xml Fri Oct 26 11:12:26 2018 -0400 @@ -1,4 +1,4 @@ - + Single or paired end SV detection