Skip to content

Commit

Permalink
Merge pull request #49 from UPHL-BioNGS/refactoring
Browse files Browse the repository at this point in the history
Refactoring to one file
  • Loading branch information
erinyoung committed Mar 6, 2024
2 parents 040a042 + 3dde235 commit db02fbb
Show file tree
Hide file tree
Showing 79 changed files with 2,957 additions and 1,887 deletions.
164 changes: 109 additions & 55 deletions .github/workflows/github_actions.config
Original file line number Diff line number Diff line change
@@ -1,57 +1,111 @@
process {
withName:unicycler{
cpus = 2
}
withName:flye{
cpus = 2
}
withName:dragonflye{
cpus = 2
}
withName:masurca{
cpus = 2
}
withName:medaka{
cpus = 2
}
withName:nanoplot{
cpus = 2
}
withName:miniasm{
cpus = 2
}
withName:porechop{
cpus = 2
}
withName:rasusa{
cpus = 2
}
withName:raven{
cpus = 2
}
withName:'trycycler.*'{
cpus = 2
}
withName:cluster {
cpus = 2
}
withName:reconcile{
cpus = 2
errorStrategy = 'ignore'
}
withName:msa {
cpus = 2
}
withName:partition {
cpus = 2
}
withName:consensus {
cpus = 2
}
withName:combine {
cpus = 2
}
withName:unicycler {
cpus = 2
}
maxForks = 1

withName:bandage{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:busco{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:bwa{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:circulocov{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:copy{
cpus=2
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:dnaapler{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:fastp{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:flye{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:gfastats{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:gfa_to_fasta{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:medaka{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:multiqc{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:nanoplot_summary{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:nanoplot{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:polypolish{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:pypolca{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:rasusa{
cpus=2
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:raven{
cpus=2
ext.args = ' '
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'ignore'}
}
withName:summary{
cpus=2
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:unicycler{
cpus=3
memory = { 6.GB * task.attempt }
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:versions{
cpus=2
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
withName:test{
cpus=2
errorStrategy = { task.attempt < 2 ? 'retry' : 'terminate'}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_hybrid_sample_sheet.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sample,fastq,fastq_1,fastq_2
test,long_reads_low_depth.fastq.gz,short_reads_1.fastq.gz,short_reads_2.fastq.gz
test,reads/long_reads_low_depth.fastq.gz,reads/short_reads_1.fastq.gz,reads/short_reads_2.fastq.gz
33 changes: 0 additions & 33 deletions .github/workflows/run_workflow_dragonflye.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/run_workflow_miniasm.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/run_workflow_porechop.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/run_workflow_raven_dir.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/run_workflow_raven_polish.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/run_workflow_trycycler.yml

This file was deleted.

Loading

0 comments on commit db02fbb

Please sign in to comment.