Skip to content

Commit

Permalink
Added descriptions to new tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jun 27, 2024
1 parent 6c9900b commit 57b2349
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions biobb_dna/curvesplus/canal_unzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class CanalUnzip(BiobbObject):
"""
| biobb_dna CanalUnzip
| Tool for extracting biobb_canal output files.
| Unzips a Canal output file contained within a zip file.
Args:
input_zip_file (str): Zip file with Canal output files. File type: input. `Sample file <https://raw.githubusercontent.com/bioexcel/biobb_dna/master/biobb_dna/test/data/curvesplus/canal_output.zip>`_. Accepted formats: zip (edam:format_3987).
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/dna/dna_timeseries_unzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class DnaTimeseriesUnzip(BiobbObject):
"""
| biobb_dna DnaTimeseriesUnzip
| Tool for extracting dna_timeseries output files.
| Unzips a zip file containing dna_timeseries output files and extracts the csv and jpg files.
Args:
input_zip_file (str): Zip file with dna_timeseries output files. File type: input. `Sample file <https://raw.githubusercontent.com/bioexcel/biobb_dna/master/biobb_dna/test/data/dna/timeseries_output.zip>`_. Accepted formats: zip (edam:format_3987).
Expand Down
2 changes: 1 addition & 1 deletion biobb_dna/json_schemas/canal_unzip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "http://bioexcel.eu/biobb_dna/json_schemas/1.0/canal_unzip",
"name": "biobb_dna CanalUnzip",
"title": "Tool for extracting biobb_canal output files.",
"description": null,
"description": "Unzips a Canal output file contained within a zip file.",
"type": "object",
"info": {
"wrapped_software": {
Expand Down
2 changes: 1 addition & 1 deletion biobb_dna/json_schemas/dna_timeseries_unzip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "http://bioexcel.eu/biobb_dna/json_schemas/1.0/dna_timeseries_unzip",
"name": "biobb_dna DnaTimeseriesUnzip",
"title": "Tool for extracting dna_timeseries output files.",
"description": null,
"description": "Unzips a zip file containing dna_timeseries output files and extracts the csv and jpg files.",
"type": "object",
"info": {
"wrapped_software": {
Expand Down

0 comments on commit 57b2349

Please sign in to comment.