New ExoMiner Pipeline release on Podman 🤖 #6
migmartinho
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! 🌍👽🔭🤖
The Podman images under Packages just got updated!
Instructions to set ExoMiner Pipeline with Podman: here
We have been noticing some issues downloading the light curve FITS and DV XML files from the MAST. If the pipeline is hanging when downloading those data products, it might be that the MAST is under maintenance. Check the MAST Portal for more detailed information and updates. In case you have the files locally, you can set
external_data_repositoryto the absolute path to the directory containing BOTH the light curve FITS and DV XML files for the TICs you want to run the pipeline for. Just make sure the files have the expected format (i.e., the light curve filenames should have a sector ID pattern'-s<sector_id with 4 digits>'and TIC ID'<tic_id with 16 digits>') and end with'lc.fits'. The DV XML filenames should end in'.xml'.Changes
run_podman_application.sh --tics_tbl_fp /path/to/tics/tbl --exominer_pipeline_run_dir /path/to/store/run ....download_spoc_data_productsto "false".While I update the GitHub repository to reflect these changes, find below the shell script (
run_podman_application.sh) that works with this new release (simply copy and paste the code into a new file and save it as an sh file):Beta Was this translation helpful? Give feedback.
All reactions