Skip to content

Commit

Permalink
Add taca config for ONT deliveries
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjunnebo committed Dec 11, 2024
1 parent 562365f commit c2e640b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/taca/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
- { config_tpl: "taca_cleanup", config_dst: "taca_cleanup", item_type: cleanup, config_site: ["sthlm"] }
- { config_tpl: "app_specific_delivery", config_dst: "taca_fastq_delivery", item_type: fastq, config_site: ["sthlm"] }
- { config_tpl: "taca_runfolder_delivery", config_dst: "taca_runfolder_delivery", item_type: runfolder, config_site: ["sthlm"] }
- { config_tpl: "taca_ont_delivery", config_dst: "taca_ont_delivery", config_site: ["sthlm"] }
- { config_tpl: "app_specific_delivery", config_dst: "taca_rna_delivery", item_type: rna, config_site: ["sthlm"] }
- { config_tpl: "app_specific_delivery", config_dst: "taca_denovo_delivery", item_type: denovo, config_site: ["sthlm"] }

Expand Down
15 changes: 15 additions & 0 deletions roles/taca/templates/site_taca_ont_delivery.yml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
log:
file: "{{ ngi_pipeline_path }}/log/taca.log"

organise:
incoming_path: "{{ proj_root }}/{{ uppmax_project }}/incoming"
nanopore_path: "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/ONT_TAR"
illumina_path: "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/DATA"
element_path: "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/DATA"

delivery:
data_locations:
- "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/ONT_TAR"
- "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/DATA"
- "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/ANALYSIS"
staging_path: "{{ proj_root }}/{{ uppmax_project }}/nobackup/NGI/DELIVERY"

0 comments on commit c2e640b

Please sign in to comment.