Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
ensembl-hive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Jira
Jira
Merge Requests
7
Merge Requests
7
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
2e20f67e
Commit
2e20f67e
authored
Jun 07, 2019
by
Carla Cummins
Committed by
ens-bwalts
Dec 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change location of peek print to comply with log
parent
1774e945
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/Scripts/PeekJob.pm
modules/Bio/EnsEMBL/Hive/Scripts/PeekJob.pm
+1
-1
scripts/peekJob.pl
scripts/peekJob.pl
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Scripts/PeekJob.pm
View file @
2e20f67e
...
...
@@ -35,7 +35,7 @@ sub peek {
$job
->
load_parameters
;
my
$unsub_params
=
$job
->
{'
_unsubstituted_param_hash
'};
print
Data::
Dumper
->
Dump
(
[
$unsub_params
],
[
qw(*unsubstituted_param_hash)
]
);
return
Data::
Dumper
->
Dump
(
[
$unsub_params
],
[
qw(*unsubstituted_param_hash)
]
);
}
1
;
scripts/peekJob.pl
View file @
2e20f67e
...
...
@@ -96,7 +96,7 @@ sub main {
die
"
ERROR : no database connection, the pipeline could not be accessed
\n\n
";
}
Bio::EnsEMBL::Hive::Scripts::PeekJob::
peek
(
$pipeline
,
$job_id
);
print
Bio::EnsEMBL::Hive::Scripts::PeekJob::
peek
(
$pipeline
,
$job_id
);
}
...
...
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