File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed
Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11samplesheet : " config/samples.csv"
2- outdir : " results"
32
43pgap :
54 bin : " path/to/pgap.py"
Original file line number Diff line number Diff line change 11samplesheet : " config/samples.csv"
2- outdir : " results"
32
43pgap :
54 bin : " path/to/pgap.py"
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ properties:
66 samplesheet :
77 type : string
88 description : Path to the sample sheet file
9- outdir :
10- type : string
11- description : Output directory for results
129 pgap :
1310 type : object
1411 properties :
Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ configfile: "config/config.yml"
2020
2121
2222# set outout directory
23- OUTDIR = config .get ("outdir" , "" )
24-
25- if not OUTDIR :
26- OUTDIR = f"{ os .getcwd ()} /results"
23+ OUTDIR = f"{ os .getcwd ()} /results"
2724
2825
2926# -----------------------------------------------------
You can’t perform that action at this time.
0 commit comments