Skip to content

Commit

Permalink
Merge pull request #296 from ssjunnebo/bimonthly
Browse files Browse the repository at this point in the history
Update TACA version and add config file
  • Loading branch information
ssjunnebo authored Dec 16, 2024
2 parents 432d5e6 + ef5f693 commit cf7d395
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/taca/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ flowcell_parser_version: cfe18abb6b758a6389a9d6aa75f1866d517dc36e

taca_repo: https://github.com/SciLifeLab/TACA.git
taca_dest: "{{ sw_path }}/TACA"
taca_version: c08d3f3ca4ed2f0f8ef7e669b6d7313b746e33f0
taca_version: df9915775c4c6c9ed3f9148cc37910bd2d44f37b

ngi_pipeline_analysisdir: "{{ ngi_pipeline_workdir }}/ANALYSIS"
ngi_pipeline_datadir: "{{ ngi_pipeline_workdir }}/DATA"
Expand Down
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_organise_and_deliver", config_dst: "taca_organise_and_deliver", 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_organise_and_deliver.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 cf7d395

Please sign in to comment.