# HG changeset patch # User drosofff # Date 1481034548 18000 # Node ID aa514338711d95c643f02f3337a600757ef8e4fb # Parent bbdc527756786604bc2e440f5c3d4e4fe1c50b26 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/lumpy commit bd0a0b0717fd7da2ff703668b21ff7db3677d61b diff -r bbdc52775678 -r aa514338711d lumpy.xml --- a/lumpy.xml Tue Dec 06 05:43:35 2016 -0500 +++ b/lumpy.xml Tue Dec 06 09:29:08 2016 -0500 @@ -71,14 +71,14 @@ - + seq_method['seq_method_list'] == "paired-end" - - + + seq_method['seq_method_list'] == "paired-end" - + @@ -93,7 +93,57 @@ - Some help required + +**lumpy-sv manual** + +Read the lumpy-sv_ documentation for details on using lumpy. + +.. _lumpy-sv: https://github.com/arq5x/lumpy-sv + +**lumpy options** + +v 0.2.13 +Author: Ryan Layer (rl6sf@virginia.edu) + +Summary: Find structural variations in various signals. + +Options:: + + -g Genome file (defines chromosome order) + -e Show evidence for each call + -w File read windows size (default 1000000) + -mw minimum weight for a call + -msw minimum per-sample weight for a call + -tt trim threshold + -x exclude file bed file + -t temp file prefix, must be to a writeable directory + -P output probability curve for each variant + -b output BEDPE instead of VCF + -sr bam_file:<file name>, + id:<sample name>, + back_distance:<distance>, + min_mapping_threshold:<mapping quality>, + weight:<sample weight>, + min_clip:<minimum clip length>, + read_group:<string> + + -pe bam_file:<file name>, + id:<sample name>, + histo_file:<file name>, + mean:<value>, + stdev:<value>, + read_length:<length>, + min_non_overlap:<length>, + discordant_z:<z value>, + back_distance:<distance>, + min_mapping_threshold:<mapping quality>, + weight:<sample weight>, + read_group:<string> + + -bedpe bedpe_file:<bedpe file>, + id:<sample name>, + weight:<sample weight> +