Skip to content

Commit 60d3330

Browse files
committed
example dataset
1 parent 4ef1b1d commit 60d3330

File tree

7 files changed

+32
-4
lines changed

7 files changed

+32
-4
lines changed

.github/workflows/publish-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
tags: |
4141
# set latest tag for default branch
4242
type=raw,value=latest
43-
type=raw,value=v1.0.3
43+
type=raw,value=v1.0.4
4444
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
4545
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
4646
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

clowm/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# SANS Changelog
22

3+
4+
5+
## v1.0.4 [2025-02-11]
6+
7+
### Fixed
8+
9+
- last codon in coding sequence translation got lost
10+
11+
### Added
12+
13+
- example data set
14+
15+
316
## v1.0.3 [2025-02-07]
417

518
### Fixed

clowm/CITATIONS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ In: Huber, K. and Gusfield, D. (eds.) Proceedings of WABI 2019. LIPIcs. 143, Sch
1212
# Splitstree
1313

1414
Huson, D. H. and Bryant, D.: [Application of Phylogenetic Networks in Evolutionary Studies](https://doi.org/10.1093/molbev/msj030), Mol. Biol. Evol., 23(2):254-267 (2006).
15+
16+
# Example dataset
17+
18+
Shapiro, B. J., Levade, I., Kovacikova, G., Taylor, R. K. and Almagro-Moreno S.: [Origins of pandemic Vibrio cholerae from environmental gene pools](https://doi.org/10.1038/nmicrobiol.2016.240), Nat. Microbiol., 2(3):16240 (2017).
19+
20+
preprocessed with [ORFfinder](https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/ORFfinder/)
21+

clowm/clowm_info.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
"dois": [
99
"10.1093/bioinformatics/btab444",
1010
"10.1186/s13015-020-00164-3"
11-
]
12-
}
11+
],
12+
"exampleParameters": {
13+
"inputfile": "s3://workflow-exampledata/sans-ambage/example2/",
14+
"file_of_files": "s3://workflow-exampledata/sans-ambage/example2/cholerae.kmt",
15+
"translate": true,
16+
"label": "s3://workflow-exampledata/sans-ambage/example2/mapping.tsv"
17+
}
18+
}

clowm/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ params.file_of_files = "$projectDir/NO_FILE3"
88
params.blacklist = "$projectDir/NO_FILE4"
99

1010
process sans {
11-
container "ghcr.io/gi-bielefeld/sans:v1.0.3"
11+
container "ghcr.io/gi-bielefeld/sans:v1.0.4"
1212
publishDir params.outdir, mode: 'symlink'
1313
debug false
1414
label 'highmemMedium'

clowm/tryitout.png

1.69 KB
Loading

clowm/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ To ease the application of SANS for unexperienced users, the CloWM version of SA
99
| <img src="https://raw.githubusercontent.com/gi-bielefeld/sans/clowm-integration/clowm/simple.png" style="border:0;" alt="simple" height="30"/> | | Select the input and output folders and run SANS with default parameters. |
1010
| <img src="https://raw.githubusercontent.com/gi-bielefeld/sans/clowm-integration/clowm/advanced.png" style="border:0;" alt="advanced" height="30"/> | | If your input are **reads** or **coding sequences**, or if you want to **beautify the output**, switch the parameter view to "advanced". |
1111
| <img src="https://raw.githubusercontent.com/gi-bielefeld/sans/clowm-integration/clowm/expert.png" style="border:0;" alt="expert" height="30"/> | | This parameter view provides further options, such as bootstrapping. |
12+
| | | |
13+
| <img src="https://raw.githubusercontent.com/gi-bielefeld/sans/clowm-integration/clowm/tryitout.png" style="border:0;" alt="expert" height="30"/> | | The launch page also provides a simple example. (See "Citations" for details.)|
1214

1315

1416
</br>

0 commit comments

Comments
 (0)