We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a986ef commit 40a5f1eCopy full SHA for 40a5f1e
1 file changed
Snakefile
@@ -9,7 +9,6 @@ from utils.constants import Layout, PrepMethod
9
from utils.parse import Config, SampleData
10
11
configfile: "config.yaml"
12
-
13
cfg: Config = Config.create(config)
14
data: SampleData = SampleData(cfg.sample_filepath)
15
0 commit comments