Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbajdek authored Aug 16, 2022
1 parent 6b34083 commit 9c75822
Showing 8 changed files with 384 additions and 383 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coprosize"
version = "1.0.0"
version = "1.0.1"
authors = ["Piotr Bajdek <piotr.bajdek@proton.me>"]
edition = "2021"
description = "command line tools for coprolite research (paleontology and archaeology): estimate the producer's body mass based on coprolite diameter by the use of regression models"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The MIT License (MIT)
MIT License

Copyright © 2022 Piotr Bajdek

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -24,15 +24,15 @@ As it is aimed for science, [coprosize](https://github.com/piotrbajdek/coprosize

Please, always refer to a specific program version--implemented formulae are subject to change if new data are available (or simply studied by the author) or bugs of any kind are detected. Although coprosize is designed with the needs of a user in mind, you are perfectly OK to use my models in your study without really installing it as long as you cite this computer program as the original source:

Bajdek, P., 2022. coprosize (version 1.0.0). [computer software] https://github.com/piotrbajdek/coprosize
Bajdek, P., 2022. coprosize (version 1.0.1). [computer software] https://github.com/piotrbajdek/coprosize

You are also OK to modify and fork coprosize under terms of the [MIT license](https://github.com/piotrbajdek/coprosize/blob/main/LICENSE). It is moreover possible to link against coprosize using its library as a dependency for other bioinformatics projects (see [public functions](https://docs.rs/coprosize/1.0.0/coprosize/#functions)). The usage is best explained by example:
You are also OK to modify and fork coprosize under terms of the [MIT license](https://github.com/piotrbajdek/coprosize/blob/main/LICENSE). It is moreover possible to link against coprosize using its library as a dependency for other bioinformatics projects (see [public functions](https://docs.rs/coprosize/1.0.1/coprosize/#functions)). The usage is best explained by example:

Add to your `Cargo.toml` file:

```
[dependencies]
coprosize = "1.0.0"
coprosize = "1.0.1"
```

Put in your `src/main.rs` file:
@@ -73,7 +73,7 @@ By default, the file will be downloaded to `.cargo/bin/`, a hidden folder in you

**1.** Download the binary 'coprosize' for Linux x86_64 from GitHub:

https://github.com/piotrbajdek/coprosize/releases/tag/v1.0.0
https://github.com/piotrbajdek/coprosize/releases/tag/v1.0.1

**2.** Make the file executable:

@@ -89,9 +89,9 @@ _sudo cp coprosize /var/usrlocal/bin/_

## METHOD 3

Download the coprosize source from GitHub. Then, build and install the program:
Download and unpack the coprosize source from GitHub. Then, build and install the program:

https://github.com/piotrbajdek/coprosize/releases/tag/v1.0.0
https://github.com/piotrbajdek/coprosize/releases/tag/v1.0.1

_cargo build \--release && sudo cp target/release/coprosize /usr/bin/_

Binary file modified docs/images/help-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/supplement-1.ods
Binary file not shown.
Binary file modified docs/supplement-2.ods
Binary file not shown.
452 changes: 226 additions & 226 deletions src/lib.rs

Large diffs are not rendered by default.

299 changes: 150 additions & 149 deletions src/main.rs

Large diffs are not rendered by default.

0 comments on commit 9c75822

Please sign in to comment.