Skip to content

AusSRC/WALLABY_pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WALLABY pipelines

Data post-processing pipelines for the WALLABY Survey developed by the AusSRC.

Pipelines

  • Quality Check Pipeline
  • Main Survey Pipeline

Quality Check

Runs SoFiA-2 on a single ASKAP footprint and displays the results in the WALLABY portal.

Run

Create batch script: run.sh

#!/bin/bash --login

#SBATCH --time=24:00:00
#SBATCH --ntasks=1
#SBATCH --account=ja3
#SBATCH --mem-per-cpu=64G
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-node=1

module load singularity/3.11.4-slurm
module load nextflow/23.04.3

srun nextflow run https://github.com/AusSRC/WALLABY_pipelines -r main -main-script quality_check.nf -profile setonix --SBID="12345" --RUN_NAME="SB12345_qc"
sbatch run.sh
  • SBID: ASKAP SBID
  • RUN_NAME: WALLABY run name

Main Survey

Mosaics multiple footprints into overlapping source extraction regions. It then runs SoFiA-2 and displays the results in the WALLABY portal

Run

Create batch script: run.sh

#!/bin/bash --login

#SBATCH --time=24:00:00
#SBATCH --ntasks=1
#SBATCH --account=ja3
#SBATCH --mem-per-cpu=64G
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-node=1

module load singularity/3.11.4-slurm
module load nextflow/23.04.3

srun nextflow run https://github.com/AusSRC/WALLABY_pipelines -r main -main-script main.nf -profile setonix --SER="SER_123-123"
sbatch run.sh
  • SER: Name of the Source Extraction Region found in the WALLABY portal.

Reference

About

Nextflow workflow for the WALLABY science project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published