Skip to content

Commit

Permalink
Update documentation for version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgruenstaeudl committed Feb 28, 2024
1 parent ac56a10 commit 3ccf9b0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHANGELOG
---------
#### Version 1.0.9 (2024.02.29)
#### Version 1.0.9 (2024.02.28)
* Improving variable and file names

#### Version 1.0.8 (2024.02.28)
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: PACVr
Version: 1.0.8
Version: 1.0.9
Date: 2024-02-28
Title: Plastome Assembly Coverage Visualization
Authors@R: c(person("Gregory", "Smith", role=c("ctb")),
Expand Down
2 changes: 1 addition & 1 deletion R/IROps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

checkIREquality <- function(gbkSeq, regions, dir, sample_name) {
if ("IRb" %in% regions[, 4] && "IRa" %in% regions[, 4]) {
Expand Down
2 changes: 1 addition & 1 deletion R/PACVr.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

PACVr.read.gb <- function(gbkFile) {
gbkRaw <- getGbkRaw(gbkFile)
Expand Down
2 changes: 1 addition & 1 deletion R/RCircosOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"


# The following R functions were taken from the R package RCircos and then modified.
Expand Down
2 changes: 1 addition & 1 deletion R/coverageCalcOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

CovCalc <- function(coverageRaw,
windowSize = 250,
Expand Down
2 changes: 1 addition & 1 deletion R/customRead.gb.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

read.gbWithHandling <- function(gbkRaw, count=0) {
gbkData <- tryCatch({
Expand Down
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

HistCol <- function(cov, threshold, relative, logScale) {
# Function to generate color vector for histogram data
Expand Down
2 changes: 1 addition & 1 deletion R/parsingOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

ExtractAllGenes <- function(gbkSeqFeatures) {
# Function to extract gene information from Genbank flatfile data
Expand Down
2 changes: 1 addition & 1 deletion R/quadripOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

FilterByKeywords <- function(allRegions, where) {
# Function to filter list based on genomic keywords
Expand Down
2 changes: 1 addition & 1 deletion R/readingOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

read.gbSeqFeatures <- function(gbkData, analysisSpecs) {
fileDF <- data.frame()
Expand Down
2 changes: 1 addition & 1 deletion R/visualisationOps.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env RScript
#contributors=c("Gregory Smith", "Nils Jenke", "Michael Gruenstaeudl")
#email="m_gruenstaeudl@fhsu.edu"
#version="2024.02.28.0051"
#version="2024.02.28.0231"

vizWithRCircos <- function(gbkData,
coverage,
Expand Down

0 comments on commit 3ccf9b0

Please sign in to comment.