Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ePeak
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
hub
ePeak
Commits
082792f8
Commit
082792f8
authored
1 year ago
by
Rachel LEGENDRE
Browse files
Options
Downloads
Patches
Plain Diff
add seacr no control
parent
9a695f8a
Branches
prod-deploy
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/rules/seacr_noCTL.rules
+44
-0
44 additions, 0 deletions
workflow/rules/seacr_noCTL.rules
with
44 additions
and
0 deletions
workflow/rules/seacr_noCTL.rules
0 → 100755
+
44
−
0
View file @
082792f8
#########################################################################
# ePeak: Standardize and reproducible ChIP-seq analysis from raw #
# data to differential analysis #
# Authors: Rachel Legendre, Maelle Daunesse #
# Copyright (c) 2019-2020 Institut Pasteur (Paris) and CNRS. #
# #
# This file is part of ePeak workflow. #
# #
# ePeak is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# ePeak is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details . #
# #
# You should have received a copy of the GNU General Public License #
# along with ePeak (LICENSE). #
# If not, see <https://www.gnu.org/licenses/>. #
#########################################################################
rule seacr:
input:
ip = seacr_bed_ip
output:
seacr_output
params:
prefix = seacr_output_prefix,
threshold = seacr_bed_threshold,
norm = seacr_bed_norm
singularity:
"epeak.img"
log:
out = seacr_logs_std,
err = seacr_logs_err
shell:
"""
bash workflow/scripts/SEACR_1.3.sh {input.ip} 0.1 {params.norm} {params.threshold} {params.prefix} > {log.out} 2> {log.err}
"""
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