Skip to content

Commit

Permalink
Add pdf datatype to list of uploadable files
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 12, 2015
1 parent 52d4d0e commit 08f1e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<converter file="encodepeak_to_bgzip_converter.xml" target_datatype="bgzip"/>
<converter file="bed_gff_or_vcf_to_bigwig_converter.xml" target_datatype="bigwig"/>
</datatype>
<datatype extension="pdf" type="galaxy.datatypes.images:Pdf" mimetype="application/pdf"/>
<datatype extension="pdf" type="galaxy.datatypes.images:Pdf" mimetype="application/pdf" display_in_upload="true"/>
<datatype extension="pileup" type="galaxy.datatypes.tabular:Pileup" display_in_upload="true">
<converter file="interval_to_bgzip_converter.xml" target_datatype="bgzip"/>
<converter file="interval_to_tabix_converter.xml" target_datatype="tabix" depends_on="bgzip"/>
Expand Down

0 comments on commit 08f1e7b

Please sign in to comment.