Skip to content

Commit

Permalink
Clean up and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Aug 15, 2024
1 parent be3bc06 commit 610ec2e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions R/provenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,3 @@ delete_provenance <- function(entities) {
}
}

### Validate manifest

Manifests can be inspected and validated using schematic before submission.
To do so, it has to be written to a .csv first.

```{r rnaseq-meta-validate, eval=FALSE}

manifest_1 <- meta$manifests$`STAR and Salmon`
template <- sub("bts:", "", attr(manifest_1, "template"))
fwrite(manifest_1, "manifest_1.csv")
manifest_validate(data_type = template, file_name = "manifest_1.csv")

```

0 comments on commit 610ec2e

Please sign in to comment.