https://github.com/adacs-australia/sord2025a_pipeline-mini
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ADACS-Australia
- License: mit
- Language: Python
- Default Branch: main
- Size: 48.8 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Pipeline Mini
This is intended as a miniature mock-up of the ASKAP pipeline. It mechanical workings are quite different, but its interation with the job queue and general workflow is the same. If the queue is empty, it should only take a couple of minutes or so to complete.
Wokrflow

Usage
Once deployed, it can be loaded
bash
module use [Module Deploy Location]
module load pipeline-mini/[Optional Version]
And then run with
bash
pipeline-mini --account [MY ACCOUNT] --partition [MY PARTITION]
Which will submit 3 jobs. One of them will fail, and then the final job will resubmit itself. On resubmission, the pipeline will resubmit itself along with a new batch job of the failed job. This time, that job will pass. When the pipeline runs again (having resubmit itself), it will see that all jobs have passed, and it will end.
Owner
- Name: Astronomy Data and Computing Services
- Login: ADACS-Australia
- Kind: organization
- Location: Australia
- Repositories: 43
- Profile: https://github.com/ADACS-Australia
GitHub Events
Total
- Release event: 3
- Delete event: 2
- Member event: 1
- Push event: 2
- Create event: 5
Last Year
- Release event: 3
- Delete event: 2
- Member event: 1
- Push event: 2
- Create event: 5
Dependencies
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite