Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create flmd-generator.R #207

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Create flmd-generator.R #207

merged 3 commits into from
Sep 3, 2024

Conversation

bpbond
Copy link
Member

@bpbond bpbond commented Aug 29, 2024

Draft until feedback on the google sheet from @stephpenn1

@bpbond bpbond requested a review from stephpenn1 August 29, 2024 15:57
@stephpenn1
Copy link
Member

Google sheet looks great, running script on my computer next

@stephpenn1
Copy link
Member

results <- tibble(file = list.files(path = "./data/L1/",
                                    recursive = TRUE,
                                    full.names = TRUE),
                  sort = seq_along(file),
                  File_Path = gsub("^\\./data/L1//", "", dirname(file)),
                  File_Name = basename(file)
)

If I understand this correctly, does this assume there are data files present in the workflow folders? I don't have any currently in the L1 folder, but have a folder downloaded from the HPC. Can I just switch that directory?

@bpbond
Copy link
Member Author

bpbond commented Sep 3, 2024

Correct. Yes, you can switch the path parameter to wherever you have the L1 data.

@bpbond bpbond marked this pull request as ready for review September 3, 2024 14:54
@stephpenn1
Copy link
Member

This looks great!

Copy link
Member

@stephpenn1 stephpenn1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again

@stephpenn1 stephpenn1 merged commit 5d867b4 into main Sep 3, 2024
1 check passed
@stephpenn1 stephpenn1 deleted the flmd branch September 3, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants