# HG changeset patch # User yhoogstrate # Date 1438695809 14400 # Node ID 9750f8c1d3cbe60ce371df2788bbae7f713c260b # Parent cb854f5d6a4ba214c8a392491f944c26e05da957 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 8f9242188a8e8e942af6625014a959e70dcb896a-dirty diff -r cb854f5d6a4b -r 9750f8c1d3cb crossmap.xml --- a/crossmap.xml Tue Aug 04 08:57:24 2015 -0400 +++ b/crossmap.xml Tue Aug 04 09:43:29 2015 -0400 @@ -5,7 +5,10 @@ crossmap - + + + + CrossMap.py @@ -18,11 +21,13 @@ "$multiple.seq_source.input_chain" #end if + "$multiple.seq_source.input" @@ -69,9 +74,11 @@ + @@ -236,13 +243,13 @@ - - + + @@ -252,6 +259,12 @@ 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. + +CrossMap bed +------------ +BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns. +BED format: http://genome.ucsc.edu/FAQ/FAQformat.html#format1 +