No description
  • Python 98.8%
  • Cython 0.9%
  • Dockerfile 0.3%
Find a file
Michael Hanke f1374d73d0 [DATALAD RUNCMD] Compute Suppl. Fig3
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "{python} -m datalad_container.adapters.docker run container/image bash -c 'mkdir -p /tmp/dockertmp && export HOME=/tmp/dockertmp && . /opt/conda/etc/profile.d/conda.sh && conda activate base && export LD_LIBRARY_PATH=:/usr/local/lib && export CFLAGS=-I/usr/local/include && export LDFLAGS=-L/usr/local/lib && conda activate ClusteredNetwork_pub && python '{inputs[0]}' && rm -rf /tmp/dockertmp'",
 "dsid": "11e6993c-b63f-4ddc-a4f2-ecc33b841632",
 "exit": 0,
 "extra_inputs": [
  "container/image"
 ],
 "inputs": [
  "suppl_fig3.py",
  "inputs/data/pickle",
  "src"
 ],
 "outputs": [
  "suppl_fig3.png",
  "preprocessed_and_simulated_data/experiment_lili_cv2_file_TS",
  "preprocessed_and_simulated_data/experiment_lili_ff_file_TS",
  "preprocessed_and_simulated_data/experiment_lili_rate_file_TS",
  "preprocessed_and_simulated_data/experiment_lili_reaction_times",
  "preprocessed_and_simulated_data/model_mean_cluster_count_file",
  "preprocessed_and_simulated_data/model_race_to_threshold_scores",
  "preprocessed_and_simulated_data/simulated_experiment",
  "preprocessed_and_simulated_data/supplfig3_model_cv_twos",
  "preprocessed_and_simulated_data/supplfig3_model_ffs",
  "preprocessed_and_simulated_data/supplfig3_model_rates",
  "preprocessed_and_simulated_data/supply_fig3_reaction_time_analysis"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2024-05-29 10:20:35 +02:00
.datalad [DATALAD] Configure containerized environment 'docker' 2024-05-28 13:41:16 +02:00
container [DATALAD RUNCMD] Build docker image with analysis environment 2024-05-28 12:52:04 +02:00
inputs Added subdataset with to-be-analyzed data 2024-05-28 12:16:12 +02:00
preprocessed_and_simulated_data [DATALAD RUNCMD] Compute Suppl. Fig3 2024-05-29 10:20:35 +02:00
resources [DATALAD RUNCMD] Add image component for Fig1 2024-05-28 19:56:24 +02:00
src Cap the number of parallel jobs at 4 2024-05-29 10:20:35 +02:00
.gitattributes Prepare Git tracking of code and results 2024-05-28 19:50:12 +02:00
.gitignore Prepare Git tracking of code and results 2024-05-28 19:50:12 +02:00
.gitmodules Added subdataset with to-be-analyzed data 2024-05-28 12:16:12 +02:00
CHANGELOG.md Apply YODA dataset setup 2024-05-28 12:12:49 +02:00
fig1.png [DATALAD RUNCMD] Compute Fig1 2024-05-29 10:20:35 +02:00
fig1.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
fig2.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
fig3.png [DATALAD RUNCMD] Compute Fig3 2024-05-29 10:20:35 +02:00
fig3.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
fig4.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
fig5.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
fig6.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
README.md Apply YODA dataset setup 2024-05-28 12:12:49 +02:00
suppl_fig1.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
suppl_fig2.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
suppl_fig3.png [DATALAD RUNCMD] Compute Suppl. Fig3 2024-05-29 10:20:35 +02:00
suppl_fig3.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00
suppl_fig4.py Switch figure output for to PNG (from PDF) 2024-05-29 10:20:35 +02:00

Project

Dataset structure

  • All inputs (i.e. building blocks from other sources) are located in inputs/.
  • All custom code is located in code/.