Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
IMP3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IMP
IMP3
Commits
81f03e74
Commit
81f03e74
authored
Apr 13, 2021
by
ahb-ufz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stdout for snakemake submit
parent
0285f9db
Pipeline
#39770
failed with stages
in 23 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
21 deletions
+23
-21
runscripts/IMP3_withReport.sh
runscripts/IMP3_withReport.sh
+2
-2
runscripts/IMP3_withoutReport.sh
runscripts/IMP3_withoutReport.sh
+2
-2
runscripts/runIMP3_tmux.sh
runscripts/runIMP3_tmux.sh
+19
-17
No files found.
runscripts/IMP3_withReport.sh
View file @
81f03e74
...
@@ -19,9 +19,9 @@ eval $LOADING_MODULES
...
@@ -19,9 +19,9 @@ eval $LOADING_MODULES
eval
$CONDA_START
eval
$CONDA_START
if
[
"
$LOCK_SETTINGS
"
=
true
]
;
then
if
[
"
$LOCK_SETTINGS
"
=
true
]
;
then
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
locked_normalMem
=
$NORMAL_MEM_EACH
locked_bigMem
=
$BIGMEM_MEM_EACH
locked_bigCores
=
$BIGMEM_CORES
locked_bigTotal
=
$BIGMEM_TOTAL
settingsLocked
=
true
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}
{cluster.stdout}
"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
locked_normalMem
=
$NORMAL_MEM_EACH
locked_bigMem
=
$BIGMEM_MEM_EACH
locked_bigCores
=
$BIGMEM_CORES
locked_bigTotal
=
$BIGMEM_TOTAL
settingsLocked
=
true
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
else
else
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}
{cluster.stdout}
"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
fi
fi
snakemake
--cores
1
-s
$DIR
/Snakefile
--report
report.html
--configfile
$CONFIGFILE
snakemake
--cores
1
-s
$DIR
/Snakefile
--report
report.html
--configfile
$CONFIGFILE
...
...
runscripts/IMP3_withoutReport.sh
View file @
81f03e74
...
@@ -19,9 +19,9 @@ eval $LOADING_MODULES
...
@@ -19,9 +19,9 @@ eval $LOADING_MODULES
eval
$CONDA_START
eval
$CONDA_START
if
[
"
$LOCK_SETTINGS
"
=
true
]
;
then
if
[
"
$LOCK_SETTINGS
"
=
true
]
;
then
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
locked_normalMem
=
$NORMAL_MEM_EACH
locked_bigMem
=
$BIGMEM_MEM_EACH
locked_bigCores
=
$BIGMEM_CORES
locked_bigTotal
=
$BIGMEM_TOTAL
settingsLocked
=
true
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}
{cluster.stdout}
"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
locked_normalMem
=
$NORMAL_MEM_EACH
locked_bigMem
=
$BIGMEM_MEM_EACH
locked_bigCores
=
$BIGMEM_CORES
locked_bigTotal
=
$BIGMEM_TOTAL
settingsLocked
=
true
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
else
else
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
snakemake
--cores
$THREADS
-s
$DIR
/Snakefile
--keep-going
--local-cores
1
--cluster-config
$DIR
/config/
$SCHEDULER
.config.yaml
--cluster
"{cluster.call} {cluster.runtime}{resources.runtime} {cluster.mem_per_cpu}{resources.mem} {cluster.threads}{threads} {cluster.partition}
{cluster.stdout}
"
--configfile
$CONFIGFILE
--config
sessionName
=
$JNAME
sessionKind
=
cluster
--use-conda
--conda-prefix
$DIR
/conda
>>
$JNAME
.stdout 2>>
$JNAME
.stderr
fi
fi
...
...
runscripts/runIMP3_tmux.sh
View file @
81f03e74
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment