annotate README.md @ 1:107fa8e0b744 draft

planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
author hepcat72
date Tue, 16 Oct 2018 17:34:40 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
1 # lumpyexpress - a simple wrapper for galaxy
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
2
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
3 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).
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
4
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
5 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.
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
6
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
7 lumpy and lumpyexpress were not written by me. Please refer to the lumpy repository for issues with lumpy itself:
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
8
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
9 https://github.com/arq5x/lumpy-sv
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
10
107fa8e0b744 planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit 461cce84aa93505ac05547a2a28865ff8c0dfefb
hepcat72
parents:
diff changeset
11 Issues with this wrapper can be submitted here.