Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- [Pau Pascual](https://github.com/PauPascualMas)
- [Victor Lopez](https://github.com/victor5lm)
- [Magdalena Matito](https://github.com/magdasmat)

### Template fixes and updates

- Modified `create_assembly_stats.R` to group by sample in viralrecon template [#631](https://github.com/BU-ISCIII/buisciii-tools/pull/631).
- Fixed error handling in finish module and automatic logging for new_service [#632](https://github.com/BU-ISCIII/buisciii-tools/pull/632).
- Solved symlink path for TBProfiler results lablog [#634](https://github.com/BU-ISCIII/buisciii-tools/pull/634)

- Fixed tbprofiler `delivery_md` and `results_md` paths in `buisciii/templates/services.json` [#640](https://github.com/BU-ISCIII/buisciii-tools/pull/640)

### Modules

Expand Down
4 changes: 2 additions & 2 deletions buisciii/templates/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"no_copy": ["RAW", "TMP"],
"last_folder":"REFERENCES",
"delivery_md": "assets/reports/md/tbprofiler_delivery.md",
"results_md": "assets/reports/results/tbprofiler_results.md"
"delivery_md": "assets/reports/md/tbprofiler.md",
"results_md": "assets/reports/results/tbprofiler.md"
},
"pikavirus": {
"label": "Viral: Detection and characterization of viral genomes within metagenomic data",
Expand Down
Loading