Skip to content

Commit

Permalink
push busco results
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana committed Dec 21, 2023
1 parent c45daa9 commit f0a74af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/update_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def update_meta(meta, software):
del new_dict["sanger-tol/blobtoolkit"]
infile["settings"]["software_versions"] = new_dict

del infile["settings"]["tmp"]

return infile


Expand Down
10 changes: 10 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ process {
scratch = true
// Overridden in the test profile, see at the end of this file
ext.args = "--force"
publishDir = [
path: { "${params.outdir}/BUSCO" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals("versions.yml") ? null : filename }
]
}

withName: "DIAMOND_BLASTP" {
Expand Down Expand Up @@ -173,6 +178,11 @@ profiles {
withName: BUSCO {
// Note: BUSCO *must* see the double-quotes around the parameters
ext.args = '--force --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
publishDir = [
path: { "${params.outdir}/BUSCO" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals("versions.yml") ? null : filename }
]
}
}
}
Expand Down

0 comments on commit f0a74af

Please sign in to comment.