-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
86 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,24 +7,36 @@ cff-version: 1.2.0 | |
message: 'To cite package "readCzi" in publications use:' | ||
type: software | ||
license: GPL-3.0-or-later | ||
title: 'readCzi: Read czi image files, convert them to tifs, and save metadata' | ||
version: 0.2.4 | ||
abstract: The package reads (z-stack) czi microscopy files, edits them, and stores | ||
the results in the tif format. The metadata is also read and saved and transformed | ||
into a tibble. | ||
title: 'readCzi: Read CZI image files, convert them to tifs, and save metadata' | ||
version: 0.3.0 | ||
doi: NN | ||
abstract: The package reads (z-stack) CZI microscopy files, edits them, and stores | ||
the results in the tif format. The metadata is also read, transformed into a tibble, | ||
and saved as a CSV file. | ||
authors: | ||
- family-names: Budde | ||
- family-names: Budde-Sagert | ||
given-names: Kai | ||
email: [email protected] | ||
- name: c | ||
- family-names: c) | ||
given-names: comment = | ||
orcid: https://orcid.org/0000-0001-6836-9865 | ||
preferred-citation: | ||
type: manual | ||
title: 'readCzi: Read CZI image files, convert them to tifs, and save metadata' | ||
authors: | ||
- family-names: Budde-Sagert | ||
given-names: Kai | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-6836-9865 | ||
year: '2023' | ||
notes: R package version 0.3.0 | ||
doi: NN | ||
url: https://github.com/SFB-ELAINE/readCzi | ||
repository-code: https://github.com/SFB-ELAINE/readCzi | ||
url: https://github.com/SFB-ELAINE/readCzi | ||
contact: | ||
- family-names: Budde | ||
- family-names: Budde-Sagert | ||
given-names: Kai | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-6836-9865 | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
|
@@ -50,26 +62,7 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-5874-8148 | ||
year: '2023' | ||
version: '>=' | ||
- type: software | ||
title: reticulate | ||
abstract: 'reticulate: Interface to ''Python''' | ||
notes: Imports | ||
url: https://rstudio.github.io/reticulate/ | ||
repository: https://CRAN.R-project.org/package=reticulate | ||
authors: | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: [email protected] | ||
- family-names: Tang | ||
given-names: Yuan | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-5243-233X | ||
year: '2023' | ||
version: '>=' | ||
version: '>= 1.30.19' | ||
- type: software | ||
title: EBImage | ||
abstract: 'EBImage: Image processing and analysis toolbox for R' | ||
|
@@ -92,7 +85,41 @@ references: | |
- family-names: Marais | ||
given-names: Philip A. | ||
year: '2023' | ||
version: '>=' | ||
version: '>= 4.40.0' | ||
- type: software | ||
title: reticulate | ||
abstract: 'reticulate: Interface to ''Python''' | ||
notes: Imports | ||
url: https://rstudio.github.io/reticulate/ | ||
repository: https://CRAN.R-project.org/package=reticulate | ||
authors: | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: [email protected] | ||
- family-names: Tang | ||
given-names: Yuan | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-5243-233X | ||
year: '2023' | ||
version: '>= 1.26' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
notes: Imports | ||
url: https://tibble.tidyverse.org/ | ||
repository: https://CRAN.R-project.org/package=tibble | ||
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2023' | ||
version: '>= 3.1.8' | ||
- type: software | ||
title: xml2 | ||
abstract: 'xml2: Parse XML' | ||
|
@@ -108,4 +135,4 @@ references: | |
- family-names: Ooms | ||
given-names: Jeroen | ||
year: '2023' | ||
version: '>=' | ||
version: '>= 1.3.3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
Package: readCzi | ||
Type: Package | ||
Title: Read czi image files, convert them to tifs, and save metadata | ||
Version: 0.2.3 | ||
Author: c(person("Kai", "Budde", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Maintainer: Kai Budde <[email protected]> | ||
Description: This package may read (z-stack) czi image data, edit them, | ||
and store the results in the tif-format. The metadata is also read and | ||
saved and transformed into a data frame. | ||
License: LICENSE | ||
Title: Read CZI image files, convert them to tifs, and save metadata | ||
Version: 0.3.0 | ||
Authors@R: person("Kai", "Budde-Sagert", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6836-9865")) | ||
Maintainer: Kai Budde-Sagert <[email protected]> | ||
Description: The package reads (z-stack) CZI microscopy files, edits them, | ||
and stores the results in the tif format. The metadata is also read, | ||
transformed into a tibble, and saved as a CSV file. | ||
URL: https://github.com/SFB-ELAINE/readCzi | ||
BugReports: https://github.com/SFB-ELAINE/readCzi/issues | ||
License: GPL (>= 3) | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
BiocManager (>= 1.30.19), | ||
EBImage (>= 4.40.0), | ||
reticulate (>= 1.26), | ||
tibble (>= 3.1.8), | ||
xml2 (>= 1.3.3) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: BiocManager, reticulate, EBImage, xml2 | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.