Skip to content

Commit

Permalink
Merge pull request #901 from guerler/pdf_upload_000
Browse files Browse the repository at this point in the history
Avoid confusion by adding the pdf datatype to the list of uploadable file types
  • Loading branch information
nsoranzo committed Oct 13, 2015
2 parents 52d4d0e + 08f1e7b commit a29d058
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 a29d058

Please sign in to comment.