Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
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
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
fdab1f12
Unverified
Commit
fdab1f12
authored
6 years ago
by
Magali Ruffier
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #305 from Ensembl/no_xml_simple
Remove artificial dependency on XML::Simple
parents
4a7bf4f0
ddb71bb1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!342
Feature/schema update 96
,
!342
Feature/schema update 96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpanfile
+0
-1
0 additions, 1 deletion
cpanfile
misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
+0
-1
0 additions, 1 deletion
misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
with
0 additions
and
2 deletions
cpanfile
+
0
−
1
View file @
fdab1f12
...
...
@@ -31,6 +31,5 @@ feature 'xref_mapping', 'Xref mapping pipeline' => sub {
requires 'Digest::MD5';
requires 'Text::Glob';
requires 'XML::LibXML';
requires 'XML::Simple';
};
=cut
This diff is collapsed.
Click to expand it.
misc-scripts/xref_mapping/XrefParser/TAIROntologyParser.pm
+
0
−
1
View file @
fdab1f12
...
...
@@ -102,7 +102,6 @@ use Data::Dumper;
use
File::
Basename
'
basename
';
use
Readonly
;
use
List::
MoreUtils
'
uniq
';
use
XML::
Simple
'
XMLin
';
use
base
qw( XrefParser::BaseParser )
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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