Skip to content

Commit

Permalink
fixed example github page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonifazi committed Jan 23, 2025
1 parent 95a392c commit b93ced9
Show file tree
Hide file tree
Showing 11 changed files with 629 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/Simulate_sheep_test_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ sheep_merged %>% count(birthdate, time, sex)

# 3. Save output to disk --------------------------------------------------
write.table(sheep_merged,
"C:/Users/bonif002/OneDrive/labradoR_simulation/Retriever/www/upload/upload/sheep_ped.txt",
"C:/Users/bonif002/OneDrive/labradoR_simulation/Retriever/www/upload/sheep_ped.txt",
sep = ";",
quote = F,
row.names = F
)

# 4. Run Retriever .exe --------------------------------------------------
# 4.1 move in Retriever.exe dir
setwd("C:/Users/bonif002/Downloads/tmp/Retriever/www")
setwd("C:/Users/bonif002/OneDrive/labradoR_simulation/Retriever/www/")

# 4.2 Create the .ini file
# Create the content for the inbreedingmonitor.ini file
Expand Down Expand Up @@ -103,7 +103,7 @@ rmarkdown::render(
"Create_report.Rmd",
output_file = "report/simulation_report.html",
params = list(
input_file = "C:/Users/bonif002/Downloads/tmp/Retriever/www/upload/sheep_ped.out",
input_file = "C:/Users/bonif002/OneDrive/labradoR_simulation/Retriever/www/upload/sheep_ped.out",
language = "ENG"
)
)
Expand Down
Loading

0 comments on commit b93ced9

Please sign in to comment.