Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
a8c451eb
Commit
a8c451eb
authored
Jan 02, 2019
by
Tiago Grego
Browse files
Yearly copyright update
parent
ffedb151
Changes
944
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
misc-scripts/id_mapping/run.pl
misc-scripts/id_mapping/run.pl
+1
-1
misc-scripts/id_mapping/synteny_rescore.pl
misc-scripts/id_mapping/synteny_rescore.pl
+1
-1
misc-scripts/id_mapping/utils/batch_id_history.pl
misc-scripts/id_mapping/utils/batch_id_history.pl
+1
-1
misc-scripts/id_mapping/utils/compare_results.pl
misc-scripts/id_mapping/utils/compare_results.pl
+1
-1
misc-scripts/id_mapping/utils/compare_scores.pl
misc-scripts/id_mapping/utils/compare_scores.pl
+1
-1
misc-scripts/id_mapping/utils/dump_scores.pl
misc-scripts/id_mapping/utils/dump_scores.pl
+1
-1
misc-scripts/id_mapping/utils/id_mapping_clean.sql
misc-scripts/id_mapping/utils/id_mapping_clean.sql
+1
-1
misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
+1
-1
misc-scripts/id_mapping/utils/myManager.ksh
misc-scripts/id_mapping/utils/myManager.ksh
+1
-1
misc-scripts/import/import_bed_simple_feature.pl
misc-scripts/import/import_bed_simple_feature.pl
+1
-1
misc-scripts/import/import_recombinant_hotspots.pl
misc-scripts/import/import_recombinant_hotspots.pl
+1
-1
misc-scripts/import/karyotype_rank_assigner.pl
misc-scripts/import/karyotype_rank_assigner.pl
+1
-1
misc-scripts/import/sort_feature_table.pl
misc-scripts/import/sort_feature_table.pl
+1
-1
misc-scripts/load_databases/load_database_from_ftp_site.pl
misc-scripts/load_databases/load_database_from_ftp_site.pl
+1
-1
misc-scripts/load_databases/load_multiple_databases.pl
misc-scripts/load_databases/load_multiple_databases.pl
+1
-1
misc-scripts/meta_coord/update_meta_coord.pl
misc-scripts/meta_coord/update_meta_coord.pl
+1
-1
misc-scripts/meta_levels.pl
misc-scripts/meta_levels.pl
+1
-1
misc-scripts/mouse_knockouts/IKMC_get_data.pl
misc-scripts/mouse_knockouts/IKMC_get_data.pl
+1
-1
misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
+1
-1
misc-scripts/ontology/sql/patch_71_72_b.sql
misc-scripts/ontology/sql/patch_71_72_b.sql
+1
-1
No files found.
misc-scripts/id_mapping/run.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/synteny_rescore.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/batch_id_history.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/compare_results.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/compare_scores.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/dump_scores.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/id_mapping_clean.sql
View file @
a8c451eb
-- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-- Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
-- Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/manage_id_mapping_tables.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/id_mapping/utils/myManager.ksh
View file @
a8c451eb
#!/bin/ksh
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/import/import_bed_simple_feature.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/import/import_recombinant_hotspots.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/import/karyotype_rank_assigner.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/import/sort_feature_table.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/load_databases/load_database_from_ftp_site.pl
View file @
a8c451eb
#!/usr/bin/perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/load_databases/load_multiple_databases.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/meta_coord/update_meta_coord.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/meta_levels.pl
View file @
a8c451eb
#!/usr/bin/env perl
#
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/mouse_knockouts/IKMC_get_data.pl
View file @
a8c451eb
#!/ebi/extserv/bin/perl/bin/perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/mouse_knockouts/add_ikmc_as_simple_features.pl
View file @
a8c451eb
#!/usr/bin/env perl
# Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
# Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
# Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
misc-scripts/ontology/sql/patch_71_72_b.sql
View file @
a8c451eb
-- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-- Copyright [2016-201
8
] EMBL-European Bioinformatics Institute
-- Copyright [2016-201
9
] EMBL-European Bioinformatics Institute
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
...
...
Prev
1
2
3
4
5
6
7
8
…
48
Next
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