Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor 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
ESB
ONT_pilot_gitlab
Commits
43c3dfab
Commit
43c3dfab
authored
4 years ago
by
Susheel Busi
Browse files
Options
Downloads
Patches
Plain Diff
included calling the date in the shell
parent
88ef1d4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!67
WIP: Checkpoint snakefile
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2019_GDB/rules/ANALYSIS_RULES
+3
-1
3 additions, 1 deletion
2019_GDB/rules/ANALYSIS_RULES
rules/ANALYSIS_RULES
+3
-1
3 additions, 1 deletion
rules/ANALYSIS_RULES
with
6 additions
and
2 deletions
2019_GDB/rules/ANALYSIS_RULES
+
3
−
1
View file @
43c3dfab
...
...
@@ -165,11 +165,13 @@ rule casc:
conda: "../envs/analysis.yaml"
shell:
"""
export PATH={config[CASC][PATH]}
(date
export PATH={config[CASC][PATH]}
export PERL5LIB={config[CASC][PERL5LIB]}
casc -i {input} -o $(dirname {output.cas1}) -n 12 --conservative
echo $(basename -s ".results.txt" {output.cas1}) >> results/analysis/crispr/casc/casc_CRISPR_output.txt
cat {output.cas1} | awk '$8 == "true" {{sum += $2}} END {{print sum}}' >> results/analysis/crispr/casc/casc_CRISPR_output.txt
date) &> >(tee {log})
"""
rule minced:
...
...
This diff is collapsed.
Click to expand it.
rules/ANALYSIS_RULES
+
3
−
1
View file @
43c3dfab
...
...
@@ -165,11 +165,13 @@ rule casc:
conda: "../envs/analysis.yaml"
shell:
"""
export PATH={config[CASC][PATH]}
(date
export PATH={config[CASC][PATH]}
export PERL5LIB={config[CASC][PERL5LIB]}
casc -i {input} -o $(dirname {output.cas1}) -n 12 --conservative
echo $(basename -s ".results.txt" {output.cas1}) >> results/analysis/crispr/casc/casc_CRISPR_output.txt
cat {output.cas1} | awk '$8 == "true" {{sum += $2}} END {{print sum}}' >> results/analysis/crispr/casc/casc_CRISPR_output.txt
date) &> >(tee {log})
"""
rule minced:
...
...
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