Skip to content
Snippets Groups Projects

Release_2.0 next

Merged Loraine Gueguen requested to merge release_2.0 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 24
24
- name: {{ name }}
description:
genus: {{ genus }}
species: {{ species }}
sex: {{ sex }}
strain: {{ strain }}
common_name: {{ common_name }}
origin: {{ origin }}
{% if main_species is defined and main_species is sameas true %}
main_species: yes
- {{ org_param_name }}: {{ org_param_name_value }}
{{ org_param_desc }}:
{{ org_param_desc_genus }}: {{ org_param_desc_genus_value }}
{{ org_param_desc_species }}: {{ org_param_desc_species_value }}
{{ org_param_desc_sex }}: {{ org_param_desc_sex_value }}
{{ org_param_desc_strain }}: {{ org_param_desc_strain_value }}
{{ org_param_desc_common_name }}: {{ org_param_desc_common_name_value }}
{{ org_param_desc_origin }}: {{ org_param_desc_origin_value }}
{% if org_param_desc_main_species_value is defined and org_param_desc_main_species_value is sameas true %}
{{ org_param_desc_main_species }}: yes
{% endif %}
data:
genome_path: {{ genome_path }}
transcripts_path: {{ transcripts_path }}
proteins_path: {{ proteins_path }}
gff_path: {{ gff_path }}
interpro_path: {{ interpro_path }}
orthofinder_path: {{ orthofinder_path }}
blastp_path: {{ blastp_path }}
blastx_path: {{ blastx_path }}
genome_version: {{ genome_version }}
ogs_version: {{ ogs_version }}
performed_by: {{ performed_by }}
services:
blast: {{ blast }}
\ No newline at end of file
{{ org_param_data }}:
{{ org_param_data_genome_path }}: {{ org_param_data_genome_path_value }}
{{ org_param_data_transcripts_path }}: {{ org_param_data_transcripts_path_value }}
{{ org_param_data_proteins_path }}: {{ org_param_data_proteins_path_value }}
{{ org_param_data_gff_path }}: {{ org_param_data_gff_path_value }}
{{ org_param_data_interpro_path }}: {{ org_param_data_interpro_path_value }}
{{ org_param_data_orthofinder_path }}: {{ org_param_data_orthofinder_path_value }}
{{ org_param_data_blastp_path }}: {{ org_param_data_blastp_path_value }}
{{ org_param_data_blastx_path }}: {{ org_param_data_blastx_path_value }}
{{ org_param_data_genome_version }}: {{ org_param_data_genome_version_value }}
{{ org_param_data_ogs_version }}: {{ org_param_data_ogs_version_value }}
{{ org_param_data_performed_by }}: {{ org_param_data_performed_by_value }}
{{ org_param_services }}:
{{ org_param_services_blast }}: {{ org_param_services_blast_value }}
\ No newline at end of file
Loading