Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JASS_suite_pipeline
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Show more breadcrumbs
Statistical-Genetics
JASS_suite_pipeline
Commits
24a5de55
Commit
24a5de55
authored
2 years ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
sanity_check_module
parent
b9c6559c
No related branches found
No related tags found
1 merge request
!3
Raiss report integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/sanity_checks.nf
+2
-2
2 additions, 2 deletions
modules/sanity_checks.nf
with
2 additions
and
2 deletions
modules/sanity_checks.nf
+
2
−
2
View file @
24a5de55
...
...
@@ -3,7 +3,7 @@
params
.
output_folder
=
"/pasteur/zeus/projets/p02/GGS_JASS/DATA_BATCH_04_11_2022/"
params
.
ancestry
=
""
params
.
harmonized_files
=
""
process
Sanity_checks
{
publishDir
"${params.output_folder}"
,
pattern:
"sanity_checks/*.txt"
,
mode:
'copy'
...
...
@@ -17,6 +17,6 @@ process Sanity_checks {
echo \$trait
ls
mkdir -p sanity_checks_${params.EUR}
raiss sanity-check --trait \${trait} --harmonized-folder ${param} --imputed-folder
/pasteur/zeus/projets/p02/GGS_JASS/DATA_BATCH_04_11_2022/
imputed_
gnomad/
--output-path ./sanity_checks/sanity_report_${params.
EUR
}
raiss sanity-check --trait \${trait} --harmonized-folder ${param
s.harmonized_files
} --imputed-folder
${params.
imputed_
files}
--output-path ./sanity_checks/sanity_report_${params.
ancestry
}
"""
}
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