Skip to content

Commit 43d57fb

Browse files
committed
UPDATE: Update the IBENS genomic platform tool website URL from tools.genomique.biologie.ens.fr to outils.genomique.biologie.ens.fr.
1 parent 327a62b commit 43d57fb

File tree

260 files changed

+268
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+268
-268
lines changed

Diff for: checkstyle-license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/

Diff for: generate-bcl2fastq-samplesheet-validator.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The CASAVA/bcl2fastq version 1.8 sample sheet validator helps users to check the
7171
This tool generates a sample sheet only in csv format with a very strict syntax.
7272
It ensures you that the demultiplexing will not fail because the sample sheet is no correct.
7373
74-
You can use the validator in association with Aozan, a tool that automatically handles data transfer, demultiplexing conversion and quality control once a HiSeq run is over (developed by Genomic Paris Centre and available at http://tools.genomique.biologie.ens.fr/aozan/).
74+
You can use the validator in association with Aozan, a tool that automatically handles data transfer, demultiplexing conversion and quality control once a HiSeq run is over (developed by Genomic Paris Centre and available at http://outils.genomique.biologie.ens.fr/aozan/).
7575
7676
The validator is very simple to use:
7777
1/ copy the sample sheet from your spreadsheet or csv/tsv format in the first tab with the column headers;
@@ -752,7 +752,7 @@ cat > $PROJECT_NAME/war/$PROJECT_NAME.html.tmp << EOF
752752
753753
<h4 align="right">__VERSION__</h4>
754754
<div>
755-
<a href="https://www.genomique.biologie.ens.fr" ><img src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_genomicpariscentre-90pxh.png" alt="logo genomic paris centre" align="left"/></a>
755+
<a href="https://www.genomique.biologie.ens.fr" ><img src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_genomicpariscentre-90pxh.png" alt="logo genomic paris centre" align="left"/></a>
756756
<h1>CASAVA/BCL2FASTQ version 1.8 samplesheet validator</h1>
757757
</div>
758758
<table align="center">

Diff for: src/main/java/files/aozan.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ doctype-system="about:legacy-compat"/>
376376

377377
<div class="header">
378378
<div id="header_title">
379-
<span><img src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/></span>
379+
<span><img src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/></span>
380380
<span>Quality report on run <xsl:value-of select="/QCReport/RunId"/></span>
381381
</div>
382382

Diff for: src/main/java/files/fastqscreen.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ doctype-system="about:legacy-compat"/>
118118
<body>
119119
<div class="header">
120120
<div id="header_title">
121-
<img src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/>
121+
<img src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/>
122122
Detection contamination report
123123
</div>
124124
</div>
@@ -187,7 +187,7 @@ doctype-system="about:legacy-compat"/>
187187
<xsl:value-of select="/ReportFastqScreen/Report/ReadsProcessed/@name"/> </li>
188188
</ul>
189189

190-
<p><a href="http://tools.genomique.biologie.ens.fr/aozan/qc-samples-tests.html#contamination" target="_blank">Contamination detection detail report</a></p>
190+
<p><a href="http://outils.genomique.biologie.ens.fr/aozan/qc-samples-tests.html#contamination" target="_blank">Contamination detection detail report</a></p>
191191
<p>-</p>
192192
</div>
193193

Diff for: src/main/java/files/fastqscreen_project.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ doctype-system="about:legacy-compat"/>
191191
<body>
192192
<div class="header">
193193
<div id="header_title">
194-
<img src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/>
194+
<img src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan"/>
195195
Detection contamination report for project <b><xsl:value-of select="/ReportFastqScreen/projectName"/></b>
196196
</div>
197197
</div>

Diff for: src/main/java/files/template_index_run.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<div class="header">
9393

9494
<div id="header_title">
95-
<img src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan" />&#xA0;&#xA0;
95+
<img src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png" alt="Aozan" />&#xA0;&#xA0;
9696
Run ${RUN_ID} reports</div>
9797
</div>
9898

Diff for: src/main/java/files/undetermined_report.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ doctype-system="about:legacy-compat"/>
272272
<div class="header">
273273
<div id="header_title">
274274
<img
275-
src="http://tools.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png"
275+
src="http://outils.genomique.biologie.ens.fr/aozan/images/logo_aozan_qc.png"
276276
alt="Aozan" />
277277
Clusters recoverable in
278278
<xsl:value-of select="/RecoveryClusterReport/sampleName" />

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/AozanException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/AozanRuntimeException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/Common.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/QC.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/QCReport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/RunData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/RunDataGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/Settings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/AbstractFastqCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/AbstractFastqProcessThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/AozanCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323
package fr.ens.biologie.genomique.aozan.collectors;

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/Collector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/CollectorRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/ConversionStatsCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/DemultiplexingCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/DesignCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/FastQCCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/FastQCProcessThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/FastqScreenCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/FastqScreenProcessThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/FlowcellDemuxSummaryCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/GlobalStatsCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/PhasingCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/ReadCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/ReadXMLCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/RunInfoCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/StatisticsCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/SubsetFastqCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* or to join the Aozan Google group, visit the home page
1919
* at:
2020
*
21-
* http://tools.genomique.biologie.ens.fr/aozan
21+
* http://outils.genomique.biologie.ens.fr/aozan
2222
*
2323
*/
2424

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/SubsetFastqThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* or to join the Aozan Google group, visit the home page
1919
* at:
2020
*
21-
* http://tools.genomique.biologie.ens.fr/aozan
21+
* http://outils.genomique.biologie.ens.fr/aozan
2222
*
2323
*/
2424

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/UndeterminedIndexesCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/UndeterminedIndexesProcessThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/interop/AbstractBinaryFileReader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/interop/AbstractMetricsCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

Diff for: src/main/java/fr/ens/biologie/genomique/aozan/collectors/interop/ErrorMetricsCollector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* For more information on the Aozan project and its aims,
1818
* or to join the Aozan Google group, visit the home page at:
1919
*
20-
* http://tools.genomique.biologie.ens.fr/aozan
20+
* http://outils.genomique.biologie.ens.fr/aozan
2121
*
2222
*/
2323

0 commit comments

Comments
 (0)