Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dataintegrity' into 'master'
Browse files Browse the repository at this point in the history
Update to v3.1.0

See merge request bioinfo/SAMBA-nextflow!10
  • Loading branch information
cnoel-sebimer committed Nov 23, 2022
2 parents c3b516c + a16eaaf commit 8401fb6
Show file tree
Hide file tree
Showing 15 changed files with 633 additions and 235 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ training_dataset/
runSAMBA_test.o*
results
work
.idea/
containers/*.img
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# samba: Changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v3.1.0 - November 2022

## v3.0.0 - January 2021

This release integrates the analysis of long reads data. The pipeline has also been incremented with new steps to provide a multitude of options to users (interactive figures, taxonomic filter, ...)
This release integrates the use of an XLS file (EXCEL 97-2004) as input by converting automatically in manifest and metadata file.

### `Added`

* Long read processing
* Filter based on taxonomic assignation
* Automated unwanted sample removal
* excel2tsv process

### `Fixed`

### `Dependencies`

See README.md
* Update Biopython version to 1.79

### `Deprecated`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **SAMBA: Standardized and Automated MetaBarcoding Analyses workflow**.

[![SAMBA version](https://img.shields.io/badge/samba%20version-v3.0.2-red?labelColor=000000)](https://www.nextflow.io/)
[![SAMBA version](https://img.shields.io/badge/samba%20version-v3.1.0-red?labelColor=000000)](https://www.nextflow.io/)
[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A519.10.0-23aa62.svg?labelColor=000000)](https://www.nextflow.io/)
[![Run with with conda](https://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
[![Run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
Expand Down
2 changes: 2 additions & 0 deletions assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
{% if d.steps.picrust2_enable == 'true' %}
<li><a href="#picrsut">Functional predictions</a></li>
{% endif %}
{% if d.steps.ancom_enable == 'true' %}
<li><a href="#ancom">Differential abundance</a></li>
{% endif %}
<li><a href="#final-output">Final outputs</a></li>
{% else %}
<li><a href="#taxo-assign">Taxonomic assignation</a></li>
Expand Down
Loading

0 comments on commit 8401fb6

Please sign in to comment.