Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
np
nptool
Commits
2afcd25f
Commit
2afcd25f
authored
5 months ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
Modified readme and snakefile
parent
fd461ca4
No related branches found
No related tags found
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline
#361500
passed
5 months ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Projects/AlPhaPha/2024/ReadMe.md
+8
-4
8 additions, 4 deletions
Projects/AlPhaPha/2024/ReadMe.md
Projects/AlPhaPha/2024/Snakefile
+1
-1
1 addition, 1 deletion
Projects/AlPhaPha/2024/Snakefile
with
9 additions
and
5 deletions
Projects/AlPhaPha/2024/ReadMe.md
+
8
−
4
View file @
2afcd25f
...
...
@@ -18,11 +18,13 @@ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1
In project config modifiy analysis output before doing a test analysis
# Config NPTOOL
when doing cmake for npl do -DNPMULTITHREADING=0 to facilitate multithreading
with snakemake
when doing cmake for npl do
```
-DNPMULTITHREADING=0
```
to facilitate multithreading with snakemake
# Config for SnakeMake
# Config for SnakeMake
You *NEED* Python3.12
## venv
...
...
@@ -31,5 +33,7 @@ python3.12 -m venv ./.venv
source ./.venv/bin.activate
pip install snakemake
```
## Snakefile
Don't forget to modify the input file .
Your project.config must point to the root dir of your computer
This diff is collapsed.
Click to expand it.
Projects/AlPhaPha/2024/Snakefile
+
1
−
1
View file @
2afcd25f
...
...
@@ -3,7 +3,7 @@ import subprocess
# Lire le répertoire d'entrée depuis les arguments de configuration
#input_directory = config["folder"]
input_directory = os.getcwd() + "/../DataMacro/output"
input_directory = os.getcwd() + "/../DataMacro/output
/run_241
"
origin = []
# Iterate over files in input_directory
for filename in os.listdir(input_directory):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment