Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Nov 5, 2024
1 parent 11a2d9f commit 2558ee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/dbs.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ params {
]

// RoseTTAFold links
uniref30 = 'http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gz'
uniref30 = 'http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gz'
pdb100 = 'https://files.ipd.uw.edu/pub/RoseTTAFold/pdb100_2021Mar03.tar.gz'

// RoseTTAFold paths
Expand Down
2 changes: 1 addition & 1 deletion conf/katana.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ process {
withLabel:gpu_compute {
accelerator = 1
clusterOptions = { "-l host=k095 -l ngpus=1 -l ncpus=8 -l mem=125gb" }
}
}
}
4 changes: 2 additions & 2 deletions modules/local/run_rosettafold_all_atom.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Run RoseTTAFold_All_Atom
* Run RoseTTAFold_All_Atom
*/
process RUN_ROSETTAFOLD_ALL_ATOM {
tag "$meta.id"
Expand All @@ -18,7 +18,7 @@ process RUN_ROSETTAFOLD_ALL_ATOM {
path ('bfd/*')
path ('UniRef30_2020_06/*')
path ('pdb100_2021Mar03/*')

output:
path ("${fasta.baseName}*")
tuple val(meta), path ("*pdb"), emit: pdb
Expand Down
2 changes: 1 addition & 1 deletion workflows/rosettafold_all_atom.nf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ workflow ROSETTAFOLD_ALL_ATOM {

main:
ch_multiqc_files = Channel.empty()

//
// SUBWORKFLOW: Run Rosettafold_All_Atom
//
Expand Down

0 comments on commit 2558ee8

Please sign in to comment.