Skip to content

Commit

Permalink
Merge pull request #1 from pranavmishra90/develop
Browse files Browse the repository at this point in the history
Develop to main to fix merge issue
  • Loading branch information
pranavmishra90 authored Aug 27, 2024
2 parents ffd72a5 + 6755cda commit 4281d4c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 42 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ metadata/objects/** annex.largefiles=((largerthan=0))

# Raw Data
/data/raw/**/*.md annex.largefiles=nothing
/data/raw/**/*.csv annex.largefiles=nothing
/data/raw/**/*.csv annex.largefiles=((largerthan=50MB))
/data/raw annex.largefiles=((largerthan=0))

# Analyzed Data
/data/analysis/**/*.csv annex.largefiles=((largerthan=50MB))
/data/analysis/**/*.csv annex.largefiles=((largerthan=10MB))

# Research Output Data
/data/output annex.largefiles=((largerthan=10MB))

# Data files types
*.parquet annex.largefiles=((largerthan=0))
Expand All @@ -58,5 +61,4 @@ metadata/objects/** annex.largefiles=((largerthan=0))
*.ppt annex.largefiles=((largerthan=0))

# All other binary files
* annex.largefiles=((mimeencoding=binary)and(largerthan=10MB))
**/.git* annex.largefiles=nothing
* annex.largefiles=((mimeencoding=binary)and(largerthan=10MB))
5 changes: 5 additions & 0 deletions .github/workflows/test-quarto-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions data/analysis/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Analyzed Data

This directory is for the storage of research data which has been produced by analyzing the raw data, found in `/data/raw-data/`. 'Analyzed data' is also known as 'intermediate data'.
3 changes: 3 additions & 0 deletions data/output/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Output Data

This directory is for the storage of research data which has been produced through further analysis, combination, and/or selection from the intermediate / analysis directory found in `/data/analysis/`. Data found in this directory is suitable for publication / distribution.
3 changes: 3 additions & 0 deletions data/raw/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Raw Data

This directory is for the storage of a project's raw data. This can be from primary sources such as qPCR machine outputs, microscope images, clinical data, tabular datasets, etc. Files in this directory should be considered read-only. Any calculations, analysis, or interpretation based on these files should be placed in the `/data/analysis` directory.
3 changes: 3 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation

This directory can provide documentation about the dataset, how to use it, what tools may be necessary to reproduce the project, etc.
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit 4281d4c

Please sign in to comment.