# HG changeset patch # User yhoogstrate # Date 1438692835 14400 # Node ID 39d95e2675f59447b2a55ff50b9d31ff3a0f44dc # Parent 131c32c22de90d5a3150352996b76c0713c35744 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a diff -r 131c32c22de9 -r 39d95e2675f5 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Tue Aug 04 08:53:55 2015 -0400 @@ -0,0 +1,7 @@ +CrossMap wrapper for Galaxy +=========================== + +CrossMap is versatile tool to convert genome coordinates or annotation files between genome +assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF, +GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF +and VCF, reading from remote servers and file compression are supported. diff -r 131c32c22de9 -r 39d95e2675f5 crossmap.xml --- a/crossmap.xml Wed Jul 22 08:31:24 2015 -0400 +++ b/crossmap.xml Tue Aug 04 08:53:55 2015 -0400 @@ -1,49 +1,238 @@ - + Convert genome coordinates or annotation files between genome assemblies - crossmap + crossmap - CrossMap.py --help > $output + CrossMap.py + $multiple.input_format + + #if $multiple.input_format == "vcf" and $multiple.seq_source.index_source == "cached" + + "${filter(lambda x: str( x[1] ) == str($multiple.seq_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" + #else + "$multiple.seq_source.input_chain" + #end if + + #if $multiple.input_format == "bam" + -m $multiple.insert_size + -s $multiple.insert_size_stdev + -t $multiple.insert_size_fold + #end if + + "$multiple.seq_source.input" + + #if $multiple.input_format == "vcf" + "$multiple.seq_source.input_fasta" + #end if + + $output - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - --> @@ -59,7 +248,7 @@ - CrossMap is versatile tool to convert genome coordinates or annotation files between genome +CrossMap is versatile tool to convert genome coordinates or annotation files between genome assemblies. It supports mostly commonly used file types, including BAM, BED,BigWig, GFF, GTF, SAM, Wiggle, and VCF formats. For large plain text file types, such as BED, GFF, GTF and VCF, reading from remote servers and file compression are supported. diff -r 131c32c22de9 -r 39d95e2675f5 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 22 08:31:24 2015 -0400 +++ b/tool_dependencies.xml Tue Aug 04 08:53:55 2015 -0400 @@ -1,6 +1,6 @@ - - + +