Skip to content
Snippets Groups Projects

Avoid rbin on empty data

Merged Jules Sabban requested to merge dev_Jules into master
8 files
+ 119
49
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -11,10 +11,13 @@ Project : $project
Run : $run
<% if (xpNGLSq){ out << "NGL-SQ Experiment : $xpNGLSq " } %>
<% if (runNGLBi){out << "NGL-Bi RunCode : $runNGLBi" } %>
<% if (analysisNGLBi){out << "NGL-Bi AnalysisCode : $analysisNGLBi" } %>
<% if (success){
out << """## GeT-nextflow-NGL-Bi/wf-Illumina-nf execution completed successfully! ## \n"""
if (runNGLBi){
if (analysisNGLBi){
out << """\tCheck your analyzes on NGL-Bi : https://ngl-bi.genomique.genotoul.fr/analyses/${analysisNGLBi} """
} else if (runNGLBi){
out << """\tCheck your analyzes on NGL-Bi : https://ngl-bi.genomique.genotoul.fr/runs/${runNGLBi} """
} else {
out << """\tYour analyzes are NOT on NGL-Bi : ask to a bioinfo team member for details."""
Loading