Skip to content

Create salmon_outputs directory in Data Exploration #13

Description

@tavareshugo

Some participants sometimes don't create the salmon_outputs directory from the first session and this then breaks the saveRDS in Data Exploration section.

We can replace this line of code with:

# create directory if it doesn't exist
dir.create("salmon_outputs", showWarnings = FALSE)
# save txi object
saveRDS(txi, file = "salmon_outputs/txi.rds")

(sorry I don't have the data handy to push the fix quickly)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingeasy

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions