Skip to content

Commit 2a4609c

Browse files
authored
fix description link of maf
1 parent e75b51f commit 2a4609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/config/sample/datatypes_conf.xml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
<datatype extension="rast" type="galaxy.datatypes.images:Rast" mimetype="image/rast"/>
471471
<datatype extension="laj" type="galaxy.datatypes.images:Laj"/>
472472
<datatype extension="lav" type="galaxy.datatypes.sequence:Lav" display_in_upload="true" description="Lav is the primary output format for BLASTZ. The first line of a .lav file begins with #:lav.."/>
473-
<datatype extension="maf" auto_compressed_types="gz,bz2" type="galaxy.datatypes.sequence:Maf" display_in_upload="true" description="TBA and multiz multiple alignment format. The first line of a .maf file begins with ##maf. This word is followed by white-space-separated 'variable=value' pairs. There should be no white space surrounding the '='." description_url="https://wiki.galaxyproject.org/Learn/Datatypes#MAF">
473+
<datatype extension="maf" auto_compressed_types="gz,bz2" type="galaxy.datatypes.sequence:Maf" display_in_upload="true" description="Multiple Alignment Format. The first line of a .maf file begins with ##maf. This word is followed by white-space-separated 'variable=value' pairs. There should be no white space surrounding the '='." description_url="https://genome.ucsc.edu/FAQ/FAQformat.html#format5">
474474
<infer_from suffix="maf" />
475475
<converter file="maf_to_fasta_converter.xml" target_datatype="fasta"/>
476476
<converter file="maf_to_interval_converter.xml" target_datatype="interval"/>

0 commit comments

Comments
 (0)