Skip to content

Commit

Permalink
Updated software versions to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed May 13, 2024
1 parent f7b6e2d commit c215011
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion modules/local/decimate.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process DECIMATE {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(template), path(archive)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/dm_rm_calc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process DM_RM_CALC {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(ephemeris), path(template), path(raw_archive), path(cleaned_archive)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/generate_image_results.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process GENERATE_IMAGE_RESULTS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(ephemeris), path(template), path(raw_archive), path(cleaned_archive), path(dm_results), path(rm_fit_image)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/generate_residuals.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process GENERATE_RESIDUALS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(ephemeris)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/generate_toas.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process GENERATE_TOAS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(ephemeris), path(template), path(decimated_archives)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/grab_all_pairs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process GRAB_ALL_PAIRS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
val pulsar
Expand Down
2 changes: 1 addition & 1 deletion modules/local/obs_list.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process OBS_LIST {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
val pulsars
Expand Down
2 changes: 1 addition & 1 deletion modules/local/psradd_calibrate_clean.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process PSRADD_CALIBRATE_CLEAN {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(cal_loc), path(ephemeris), path(template)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/upload_dm_rm_results.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process UPLOAD_DM_RM_RESULTS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(results_json), path(png_files)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/upload_results.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process UPLOAD_RESULTS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(png_files), path(dat_files), path(dynspec_files), path(results_json)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/upload_toas.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process UPLOAD_TOAS {
// conda "YOUR-TOOL-HERE"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/meerpipe:latest':
'nickswainston/meerpipe:latest' }"
'nickswainston/meerpipe:3.0.6' }"

input:
tuple val(meta), path(ephemeris), path(template), path(toas)
Expand Down
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ manifest {
homePage = 'https://github.com/OZGrav/meerpipe'
description = 'Pulsar timing data processing pipeline for MeerTime data.'
mainScript = 'meerpipe.nf'
version = '3.0.4'
version = '3.0.6'
author = 'Nick Swainston, Andrew Cameron, Aditya Parthasarathy, Stefan Oslowski, Andrew Jameson, Renée Spiewak, Daniel Reardon, Matthew Bailes'
defaultBranch = 'main'
doi = '10.5281/zenodo.7918680'
Expand Down Expand Up @@ -145,12 +145,12 @@ def mem_calc(factor, task_attempt, nchan, nbin, dur, ram_max) {
}

// Software versions
psrdb_version = "5423d8b"
meerpipe_version = "19aac84"
psrdb_version = "3.0.6"
meerpipe_version = "3.0.6"
tempo2_version = "ce14d72_temponest_apar_56e2b58"
tempo2_clock_version = "2021-04-26"
psrchive_version = "4c0597b7b"
meertime_ephemerides_and_templates_version = "27abb55"
meertime_ephemerides_and_templates_version = "5f59114"


// CLUSTER SPECFIC DEFAULTS
Expand Down

0 comments on commit c215011

Please sign in to comment.