Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vcs_download.nf is a Nextflow script provided by the mwa_search repo. Its use is described on the main Documentation page. As a quick reference, however, the following template can be followed on Garrawarla:

Code Block
languagebash
themeMidnight
module load vcstools/devel
module load mwa_search/devel
vcs_download.nf --obsid <obsid> --begin <begin gps> --end <end gps> --download_dir /astro/mwavcs/asvo/<ASVO ID> --vcstools_version devel -resume

process_vcs.py (deprecated)

...