genophenoenvo / docker

List of Docker images used in analyses
GNU General Public License v3.0
0 stars 0 forks source link

BN Data Ingestion Refactoring #26

Closed rbartelme closed 4 years ago

rbartelme commented 4 years ago
rbartelme commented 4 years ago

Got season 6 data transferred into the CyVerse datastore directory as /iplant/home/rbartelme/Season6_raw/. The trait data are season_6_2020-06-25T204820.csv and weather data are weather_station_gdd_season_6_2020-06-25T205200.csv.

rbartelme commented 4 years ago

Added cloned commands with season 6 data, this code will need to be refactored, but will be good enough to run some test cross-validations for issue #28

rbartelme commented 4 years ago

Added to-do, add date filtering for season 4.

rbartelme commented 4 years ago

Crossed out functional programming solution, this will be a separate issue in the next sprint. Without filtering of season 4 mac treatments in the jupyter notebook, it will be hard to batch input the data frames to operate across all them equally with purrr's map function.