{* Copyright (C) 2009 INRA 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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . *}
{block name=description}

Analysis {$analyse.name}

{$analyse.description}
All data related to this analysis use {$analyse_size} on the hard drive.
{block name=description_update}{/block} {if $analysis_data_state == 'stored'} The analysis data is stored. It will be kept until {$analysis_retention_date}.
{elseif $analysis_data_state == 'purged'} The analysis data has been purged on {$analysis_purge_date}.
{elseif $analysis_data_state == 'extended'} The analysis data retention has been extended to {$analysis_retention_date}.
{/if}
{/block}
{block name=content}
{block name=tab_content_results}
{block name=results}{/block}
{/block} {block name=tab_content_params} {if $analyse.params != ""}
{block name=params} {block name=params_content} {assign var="params" value=";"|explode:$analyse.params}
    {foreach from=$params item=current_param}
  • {$current_param}
  • {/foreach}
{/block} {block name=command_line_content} {if $is_project_admin && $analyse.is_editable }

Command {$analyse.software} {$analyse.params}
{/if} {/block} {/block}
{/if} {/block} {block name=tab_content_downloads}
{block name=download} {assign var="nb_files" value=0} {$dir=$data_folder|cat:$analyse.directory} {foreach $dir|scandir as $file} {assign var="link" value=(('fileadmin'|cat:$analyse.directory)|cat:'/')|cat:$file} {if $file != "." and $file != "" and $file != ".." and ($file|substr:-strlen(".png")) != ".png" and !is_dir($link)} {$nb_files = $nb_files + 1} {/if} {/foreach} {if $nb_files == 0}
{if $analyse.data_state=="purged"} The data have been purged. (Retention limit : {$analyse.retention_date|date_format}) {else} Results folder not synchronized yet... {/if}
{else}
    Retention date is {$analyse.retention_date|date_format}. After this deadline, these data will no longer be available. Only metadata and quality control results will remain in NG6.

    You can download your files easily with Menu > Download. Please visit the FAQ > "How to get my data?" section to know more.

    {foreach $dir|scandir as $file} {assign var="link" value=(('fileadmin'|cat:'/'|cat:$analyse.directory)|cat:'/')|cat:$file} {if $file != "." and $file != "" and $file != ".." and ($file|substr:-strlen(".png")) != ".png" and !is_dir($link)}
  • {$file}
  • {/if} {/foreach}
{/if} {/block}
{/block} {include file='../comments.tpl' comments=$comments tab_id=$comment_tab add_new_comment=$is_project_admin user_id=$user_id} {block name=tab_content_update}{/block}
{/block}
{include file='../../template/modals.tpl'}