-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Func-y scripts #87
Merged
Merged
Func-y scripts #87
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0dec815
add timestamp to log files and don't remove on completion
ggmarshall faf9214
setup to config and debug
ggmarshall 813e070
scripts to functions and rename
ggmarshall b2b5ec6
debugging
ggmarshall 1612884
add channel merge rules
ggmarshall 9be9e09
update to script execs
ggmarshall 16e511b
some renames
ggmarshall 0eab448
add exec scripts
ggmarshall 68ac180
more bugfixes
ggmarshall e3fe518
config to attrsdict
ggmarshall d2a881a
fix tests maybe
ggmarshall 14e523e
use channel merge func
ggmarshall f323190
json to yaml tests
ggmarshall 5002261
fix wildcard constraint
ggmarshall 479acac
split out par rules
ggmarshall 4dcdf97
test try 2
ggmarshall b58601d
tests v3
ggmarshall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ repos: | |
hooks: | ||
- id: snakefmt | ||
files: Snakefile*|\.smk | ||
exclude: channel_merge.smk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
paths: | ||
sandbox_path: "" | ||
tier_daq: $_/input_data/tier/daq | ||
tier_raw_blind: "" | ||
|
||
workflow: $_/workflow | ||
|
||
metadata: $_/inputs | ||
config: $_/inputs/dataprod/config | ||
par_overwrite: $_/inputs/dataprod/overrides | ||
chan_map: $_/inputs/hardware/configuration | ||
detector_status: $_/inputs/datasets | ||
detector_db: $_/inputs/hardware/detectors | ||
|
||
tier: $_/generated/tier | ||
tier_raw: /data2/public/prodenv/prod-blind/ref-raw/generated/tier/raw | ||
tier_tcm: $_/generated/tier/tcm | ||
tier_dsp: $_/generated/tier/dsp | ||
tier_hit: $_/generated/tier/hit | ||
tier_ann: $_/generated/tier/ann | ||
tier_evt: $_/generated/tier/evt | ||
tier_psp: $_/generated/tier/psp | ||
tier_pht: $_/generated/tier/pht | ||
tier_pan: $_/generated/tier/pan | ||
tier_pet: $_/generated/tier/pet | ||
tier_skm: $_/generated/tier/skm | ||
|
||
par: $_/generated/par | ||
par_raw: $_/generated/par/raw | ||
par_tcm: $_/generated/par/tcm | ||
par_dsp: $_/generated/par/dsp | ||
par_hit: $_/generated/par/hit | ||
par_evt: $_/generated/par/evt | ||
par_psp: $_/generated/par/psp | ||
par_pht: $_/generated/par/pht | ||
par_pet: $_/generated/par/pet | ||
|
||
plt: $_/generated/plt | ||
log: $_/generated/log | ||
|
||
tmp_plt: $_/generated/tmp/plt | ||
tmp_log: $_/generated/tmp/log | ||
tmp_filelists: $_/generated/tmp/filelists | ||
tmp_par: $_/generated/tmp/par | ||
|
||
src: $_/software/python/src | ||
install: $_/.snakemake/legend-dataflow/venv | ||
|
||
table_format: | ||
raw: ch{ch:07d}/raw | ||
dsp: ch{ch:07d}/dsp | ||
psp: ch{ch:07d}/dsp | ||
hit: ch{ch:07d}/hit | ||
pht: ch{ch:07d}/hit | ||
evt: "{grp}/evt" | ||
pet: "{grp}/evt" | ||
skm: "{grp}/skm" | ||
tcm: hardware_tcm_1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer using dashes in command lines (see similar comment about command line options).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure maybe add as an issue and can get to it sometime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i can also do it