Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add singularity profile #89

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove unnecessary mixed profile
jennyfothergill committed Nov 20, 2023
commit b5b5378589888f44ed60b88972ad9a5ddbdf97ce
23 changes: 0 additions & 23 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -131,29 +131,6 @@ profiles {
withName: output_documentation { container = 'docker://hecrp/nanoclust-output_documentation' }
}
}
mixed {
singularity.enabled = true
conda.enabled = true
singularity.autoMounts = true
process {
withName: demultiplex { container = 'docker://hecrp/nanoclust-demultiplex' }
withName: demultiplex_porechop { container = 'docker://hecrp/nanoclust-demultiplex_porechop' }
withName: QC { container = 'docker://hecrp/nanoclust-qc' }
withName: fastqc { container = 'docker://hecrp/nanoclust-fastqc' }
withName: multiqc { container = 'docker://hecrp/nanoclust-fastqc' }
withName: kmer_freqs { container = 'docker://hecrp/nanoclust-kmer_freqs' }
withName: read_clustering { container = 'docker://hecrp/nanoclust-read_clustering' }
withName: split_by_cluster { container = 'docker://hecrp/nanoclust-split_by_cluster' }
withName: read_correction { container = 'docker://hecrp/nanoclust-read_correction' }
withName: draft_selection { container = 'docker://hecrp/nanoclust-draft_selection' }
withName: racon_pass { container = 'docker://hecrp/nanoclust-racon_pass' }
withName: medaka_pass { container = 'docker://hecrp/nanoclust-medaka_pass' }
withName: consensus_classification { conda = "$baseDir/conda_envs/consensus_classification/environment.yml" }
withName: get_abundances { container = 'docker://hecrp/nanoclust-plot_abundances' }
withName: plot_abundances { container = 'docker://hecrp/nanoclust-plot_abundances' }
withName: output_documentation { container = 'docker://hecrp/nanoclust-output_documentation' }
}
}
}