Skip to content

SIM-1008: fix RASCIL pipeline

Gabriella Hodosán requested to merge sim-1008-fix-rascil-pipeline into master

Fixes SIM-1008 (https://jira.skatelescope.org/browse/SIM-1008)

To test with singularity (I ran it on P3, assuming you have the repository cloned and nextflow installed):

pull RASCIL image: singularity pull rascil-full.img docker://artefact.skao.int/rascil-full:0.3.0

cd into ska-sdp-continuum-imaging-pipelines/pipelines/rascil/nextflow

update the nextflow config: delete the if statement. It'll leave you with:

process {
    container = '<path-to-image>/rascil-full.img'
}
singularity {
    enabled = true
}

run nextflow: nextflow run rascil_imager.nf

Merge request reports