# HG changeset patch # User hepcat72 # Date 1539725680 14400 # Node ID 107fa8e0b74413b94a9473398970bf8760551c08 # Parent e5150e64206acbd17514db1011b99472d80a9495 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb diff -r e5150e64206a -r 107fa8e0b744 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Oct 16 17:34:40 2018 -0400 @@ -0,0 +1,11 @@ +# lumpyexpress - a simple wrapper for galaxy + +lumpyexpress is a wrapper for lumpy. This galaxy wrapper includes a shell script which wraps lumpyexpress (and lumpy). The shell script sorts bam files (if they are not sorted) and indexes bam files (if they are not indexed). lumpyexpress however only works on paired-end data, therefor, in order to provide simplified processing of split-read data, a simplified call to lumpy with split-read data is made if the data is indicated to be single-end read data (i.e. not paired-end data). + +Only required options are used. Everything else uses the lumpy/lumpyexpress defaults. If you would like support for additional lumpy/lumpyexpress options, please submit an issue to request it. + +lumpy and lumpyexpress were not written by me. Please refer to the lumpy repository for issues with lumpy itself: + +https://github.com/arq5x/lumpy-sv + +Issues with this wrapper can be submitted here. diff -r e5150e64206a -r 107fa8e0b744 lumpyexpress.xml --- a/lumpyexpress.xml Tue Oct 16 15:55:49 2018 -0400 +++ b/lumpyexpress.xml Tue Oct 16 17:34:40 2018 -0400 @@ -1,18 +1,18 @@ - + Single or paired end SV detection python pysam numpy - lumpy-sv + lumpy-sv samtools samblaster sambamba gawk - ___COMMAND___ ___VERSION_FLAG___ + lumpy --version ,bam_file:.splitters.bam,back_distance:10,weight:1,min_mapping_threshold:20`. Submit an issue to the tool wrapper repo if you would like more options to be available: https://github.com/hepcat72/robs_galaxy_tools Split reads and discordant reads are extracted from the supplied bam files. Each bam file should represent a different sample. + + This is a wrapper for lumpyexpress that comes with lumpy-sv version 0.2.13. The script in the latest version of lumpy-sv (0.2.14a) has some issues when run on galaxy. ]]>