We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509fd43 commit c139e97Copy full SHA for c139e97
src/tmle_inputs/tmle_inputs.jl
@@ -1,6 +1,6 @@
1
const CHR_REG = r"chr[1-9]+"
2
3
-param_batch_name(outprefix, batch_id) = return string(outprefix, ".param_", batch_id, ".yaml")
+param_batch_name(outprefix, batch_id) = string(outprefix, ".param_", batch_id, ".yaml")
4
5
6
"""
0 commit comments