Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
ICoVeR
Commits
269a8d7d
Commit
269a8d7d
authored
Nov 06, 2015
by
Bertjan Broeksema
Browse files
Update copyright notice to include tto@list.lu
parent
f9ef00c0
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
20 deletions
+40
-20
R.ICoVeR/R/cluster.R
R.ICoVeR/R/cluster.R
+2
-1
R.ICoVeR/R/correlationClustering.R
R.ICoVeR/R/correlationClustering.R
+2
-1
R.ICoVeR/R/data.R
R.ICoVeR/R/data.R
+2
-1
R.ICoVeR/R/dimred.R
R.ICoVeR/R/dimred.R
+2
-1
R.ICoVeR/R/init.R
R.ICoVeR/R/init.R
+2
-1
R.ICoVeR/R/sqlite.R
R.ICoVeR/R/sqlite.R
+2
-1
R.ICoVeR/inst/www/js/app.js
R.ICoVeR/inst/www/js/app.js
+2
-1
R.ICoVeR/inst/www/js/controllers/chartsctrl.js
R.ICoVeR/inst/www/js/controllers/chartsctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/clusterconfigctrl.js
R.ICoVeR/inst/www/js/controllers/clusterconfigctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/clusterctrl.js
R.ICoVeR/inst/www/js/controllers/clusterctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/colorctrl.js
R.ICoVeR/inst/www/js/controllers/colorctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/colourmapctrl.js
R.ICoVeR/inst/www/js/controllers/colourmapctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/dataindicatorctrl.js
R.ICoVeR/inst/www/js/controllers/dataindicatorctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/dimredctrl.js
R.ICoVeR/inst/www/js/controllers/dimredctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/dimreddisplayctrl.js
R.ICoVeR/inst/www/js/controllers/dimreddisplayctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/dimredplotctrl.js
R.ICoVeR/inst/www/js/controllers/dimredplotctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/escgctrl.js
R.ICoVeR/inst/www/js/controllers/escgctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/exportctrl.js
R.ICoVeR/inst/www/js/controllers/exportctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/filterctrl.js
R.ICoVeR/inst/www/js/controllers/filterctrl.js
+2
-1
R.ICoVeR/inst/www/js/controllers/manualcoloringctrl.js
R.ICoVeR/inst/www/js/controllers/manualcoloringctrl.js
+2
-1
No files found.
R.ICoVeR/R/cluster.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/R/correlationClustering.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/R/data.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/R/dimred.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/R/init.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/R/sqlite.R
View file @
269a8d7d
# ICoVeR - Interactive Contig-bin Verification and Refinement
# ICoVeR - Interactive Contig-bin Verification and Refinement
#
#
# Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
# Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
# All rights reserved.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/app.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/chartsctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/clusterconfigctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/clusterctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/colorctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/colourmapctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/dataindicatorctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/dimredctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/dimreddisplayctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/dimredplotctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/escgctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/exportctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/filterctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
R.ICoVeR/inst/www/js/controllers/manualcoloringctrl.js
View file @
269a8d7d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
/*
/*
ICoVeR - Interactive Contig-bin Verification and Refinement
ICoVeR - Interactive Contig-bin Verification and Refinement
Copyright 2015 Luxembourg Institute of Science and technology. All rights reserved.
Copyright 2015 Luxembourg Institute of Science and technology <tto@list.lu>.
All rights reserved.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
Prev
1
2
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