Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/lotusnprod/lotus-processor
27 April 2022, 15:51:22 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • refs/tags/1.0.0
    • 78e6065d8eb9d0b0d11c2ea8de6ac66b445bca0e
    No releases to show
  • 06f92b6
  • /
  • README.md
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:f88bccc44eef16fdce68f1595c4394bcaae5d612
origin badgedirectory badge Iframe embedding
swh:1:dir:06f92b6efba0c694b9ff259ee9406c8269a9bc3f
origin badgerevision badge
swh:1:rev:78e6065d8eb9d0b0d11c2ea8de6ac66b445bca0e
origin badgesnapshot badge
swh:1:snp:816d6826154073ce81ea66e18893029abb53a8e9
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 78e6065d8eb9d0b0d11c2ea8de6ac66b445bca0e authored by Adafede on 26 April 2022, 14:26:24 UTC
update expectations
Tip revision: 78e6065
README.md
# The LOTUS Initiative

*LOTUS* is a comprehensive collection of documented structure-organism pairs.
Within the frame of current computational approaches in Natural Products research and related fields, 
these documented structure-organism pairs should allow a more complete understanding of organisms and their chemistry.

For additional details on this first project of the LOTUS Initiative please have a look at our preprint [https://lotusnprod.github.io/lotus-manuscript](https://lotusnprod.github.io/lotus-manuscript)

As the shorter READMEs are the best, we decided to give detailed documentation in our [Wiki](https://github.com/lotusnprod/lotus-processor/wiki). ❤️

If you are in a hurry and just want a quick test without reading the whole documentation, what you need is:

- R
- Python 3
- Java >= 17

### UNIX systems requirements

Please make sure to have [Make](https://www.gnu.org/software/make) installed.

### Windows systems requirements

As steps are a bit longer, we made a dedicated [Wiki for Windows users](https://github.com/lotusnprod/lotus-processor/wiki/Windows-users).

## Test the processing workflow
```
git clone https://github.com/lotusnprod/lotus-processor.git
cd lotus-processor
conda env create --file environment.yml
conda activate lotus_env
Rscript -e 'remotes::install_github("ropensci/rcrossref")'
make MODE=test lotus-bloom
```

if everything worked smoothly you can then:

```
make MODE=test lotus-check
```

## Data Availability Statements

- The data used to support the findings of this study have been deposited on Zenodo [https://zenodo.org/communities/the-lotus-initiative](https://zenodo.org/communities/the-lotus-initiative).
A snapshot of the repository at the time of publication is also available under the same link.
- Outputs of the lotus-processor will be regularly archived at [https://zenodo.org/record/5665295](https://zenodo.org/record/5665295)


## Dataset list

All data sources used for this study are listed under [docs/dataset.csv](docs/dataset.csv)

## Contributing

Please read [contributing](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.

## Authors

- *Adriano Rutz* - _Initial work_ - [Adafede](https://github.com/Adafede)
- *Pierre-Marie Allard* - _Investigator_ - [oolonek](https://github.com/oolonek)
- *Jonathan Bisson* - _Hacker in Chief_ - [bjonnh](https://github.com/bjonnh)

See also the list of [contributors](https://github.com/lotusnprod/lotus-processor/graphs/contributors) who participated in this project.

## License

This project is licensed under the GNU GPLv3 license - see [license file](LICENSE.md) for details

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top