changeset 1:59311d1525e1 draft

planemo upload for repository https://github.com/esg-epfl-apc/tools-astro/tree/main/tools/astropytools commit fc50bfef893e657560ba05e00858f53a53fbe2f0
author astroteam
date Fri, 25 Apr 2025 08:38:19 +0000
parents 01fbfdf7d10f
children de3594e8d718
files fits2table.xml generate_cmaps.py test-data/legacysurvey_image.png
diffstat 3 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/fits2table.xml	Thu Jun 22 19:39:08 2023 +0000
+++ b/fits2table.xml	Fri Apr 25 08:38:19 2025 +0000
@@ -1,6 +1,6 @@
-<tool id="astropy_fits2csv" name="astropy fits2csv" version="0.1.0+galaxy0" profile="21.05">
+<tool id="astropy_fits2csv" name="astropy fits2csv" version="0.2.0+galaxy0" profile="21.05">
     <requirements>
-        <requirement type="package" version="5.2.2">astropy</requirement>
+        <requirement type="package" version="6.1.7">astropy</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
         python '$py_script_file' 
--- a/generate_cmaps.py	Thu Jun 22 19:39:08 2023 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-from matplotlib import pyplot as plt
-
-cmaps = sorted(m for m in plt.cm.datad if not m.endswith("_r"))
-
-print("\n".join([f'<option value="{cm}">{cm}</option>' for cm in cmaps]))
Binary file test-data/legacysurvey_image.png has changed