santiagobarreda / FastTrackR

An R clone of Fast Track
https://santiagobarreda.github.io/FastTrackR/
MIT License
8 stars 1 forks source link

Flow diagram? #2

Open nrgslp opened 2 years ago

nrgslp commented 2 years ago

Hi, I am wondering if an expanded version of Figure 2 (Barreda, 2021) is available, such as a flow diagram for the specific functions in FastTrackR (or for the procedures in FastTrack).

santiagobarreda commented 2 years ago

Right now FastTrackR is a "work in progress". It basically works but it is still changing somewhat so I haven't worked on the documentation or finalized the structure. I hope to finish it soon and I will provide an explanation of the process on the repo or via vignettes. I have been sidetracked a bit by the beginning of classes. I just uploaded a little script containing an example folder analysis to the main repo page.

nrgslp commented 2 years ago

That's great, thanks. I am planning to clone it into Python (versus Python wrapper, which is what I have so far) so it can integrate easily with Pytorch and my grid computing setup. Having a flow chart of the order in which the scripts are called during 1) file tracking and 2) folder tracking would be very helpful in getting things up to speed for big data purposes. I will stay tuned.