Skip to content

Commit

Permalink
update readme in scripts. Revert to 0.99.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Apr 17, 2024
1 parent 7e3d6a7 commit 9d5af97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bugphyzz
Title: A harmonized data resource and software for enrichment analysis of microbial physiologies
Version: 0.99.1
Version: 0.99.0
Authors@R:
c(
person(
Expand Down
14 changes: 7 additions & 7 deletions inst/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These files are necessary for 1) the bugphyzz package to work properly and

What follows is the description of each file.

## [attribute_sources.tsv](./attribute_sources.tsv)
## attribute_sources.tsv

Contains the original sources of bugphyzz annotations.

Expand All @@ -30,7 +30,7 @@ Options:
- tax. IBD = inferred from biological aspect of descendant.
- asr. anscestral state reconstruction.

## [attributes.tsv](./attributes.tsv)
## attributes.tsv

It contains the description of the attribute values included in bugphyzz.

Expand All @@ -44,7 +44,7 @@ Columns:
| attribute_group | The group(s) where an attribute name could be found. |
| description | The meaning of the attribute described in the 'attribute' column. |

## [spreadsheet_custmolinks.tsv](./spreadsheet_customlinks.tsv)
## spreadsheet_custmolinks.tsv

Links for datasets in google spreadsheets that are not in tidy format and
need to be converted to tidy format.
Expand All @@ -59,7 +59,7 @@ Columns:
| functionname | The name of the function (unexported) in bugphyzz. |
| source_link | Link to the source spreadsheet on Google Docs. |

## [spreadsheet_links.tsv](./spreadsheet_links.tsv)
## spreadsheet_links.tsv

Links for datasets in spreadsheets that are already in tidy format.

Expand All @@ -73,7 +73,7 @@ Columns:
| link | Link to the csv export. |
| source_link | Link to the source spreadsheet. |

## [curation_template.tsv](./curation_template.tsv)
## curation_template.tsv

Contains the formal description of the data model in the spreadsheets imported
by the physiologies funtion.
Expand All @@ -90,7 +90,7 @@ Columns:
| value_test | If 'string' the test of validity is based on the regular expresion. If '.attributes', it's based on the function .attriubtes (no exported). |
| column_class | One of the R classes for atomic vectors. |

## [thresholds.tsv](./thresholds.tsv)
## thresholds.tsv

Tresholds for converting numeric/range data to categorical.

Expand All @@ -105,7 +105,7 @@ Columns:
| unit | units used for numeric data. |


## [validation_summary.tsv](./validation_summary.tsv)
## validation_summary.tsv

This file was obtained from the waldronlab/taxPProValidtion repository hosted
on GitHub. It contains the results of a 10-fold cross-validation analysis
Expand Down

0 comments on commit 9d5af97

Please sign in to comment.