Skip to content

Commit

Permalink
Revert thermorawfileparser
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed Oct 23, 2024
1 parent a448017 commit 08226c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/thermorawfileparser/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ process THERMORAWFILEPARSER {
label 'process_single'
label 'error_retry'

conda "conda-forge::mono bioconda::thermorawfileparser=1.4.5"
conda "conda-forge::mono bioconda::thermorawfileparser=1.3.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/thermorawfileparser:1.4.5--ha8f3691_0' :
'biocontainers/thermorawfileparser:1.4.5--ha8f3691_0' }"
'https://depot.galaxyproject.org/singularity/thermorawfileparser:1.3.4--ha8f3691_0' :
'biocontainers/thermorawfileparser:1.3.4--ha8f3691_0' }"

stageInMode {
if (task.attempt == 1) {
Expand Down

0 comments on commit 08226c8

Please sign in to comment.