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

define pattern(s) for organization files on server: fix to DESTINATION_PATH line 37 #1

Open
proccaserra opened this issue Aug 7, 2023 · 1 comment
Assignees

Comments

@proccaserra
Copy link

https://github.com/precisiontox/Globus_automation/blob/main/uob-uhei-sync.sh#L37

Discussion needed: @RJMW @JCGonzS

Rationale: define data store organization and url patterns for data files so they can be referenced in the metafiles

@M-R-JONES
Copy link

M-R-JONES commented Aug 8, 2023

We currently have a configuration as follows:

  • PrecisionTox/

    • Studies/
      • 01_Pilot/
        • 001_UOB_D_Dmagna/
          • [data directory]
          • [results directory]
        • 002_IUB_F_Dmelanogaster/
          • [data directory]
          • [results directory]
        • 003_IUB_M_Dmelanogaster/
          • [data directory]
          • [results directory]
        • 004_KIT_R_Drerio/
          • [data directory]
          • [results directory]
        • 005_KIT_G_HepG2/
          • [data directory]
          • [results directory]
        • 006_IUB_E_Celegans/
          • [data directory]
          • [results directory]
        • 007_WF_X_Xlaevis/
          • [data directory]
          • [results directory]
      • 02_50chem/
      • 03_150chem/
      • ...
  • [data directory] data/

    • HILIC_POS/
      • raw/
      • mzml/
    • LIPIDS_POS/
      • raw/
      • mzml/
    • metadata/
      • metadata.csv <- contains metadata for LC-MS sequence and associated samples
  • [results directory] results/

    • xlsx/
      • HILIC_POS.xlsx <- files containing data matrices for metabolomics analyses. Also includes worksheet outlining LC-MS sequence and associated metadata.
      • LIPIDS_POS.xlsx <- files containing data matrices for metabolomics analyses. Also includes worksheet outlining LC-MS sequence and associated metadata.

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

No branches or pull requests

3 participants