No description
- Python 98.8%
- Cython 0.9%
- Dockerfile 0.3%
=== 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 ^^^
|
||
|---|---|---|
| .datalad | ||
| container | ||
| inputs | ||
| preprocessed_and_simulated_data | ||
| resources | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| CHANGELOG.md | ||
| fig1.png | ||
| fig1.py | ||
| fig2.py | ||
| fig3.png | ||
| fig3.py | ||
| fig4.py | ||
| fig5.py | ||
| fig6.py | ||
| README.md | ||
| suppl_fig1.py | ||
| suppl_fig2.py | ||
| suppl_fig3.png | ||
| suppl_fig3.py | ||
| suppl_fig4.py | ||
Project
Dataset structure
- All inputs (i.e. building blocks from other sources) are located in
inputs/. - All custom code is located in
code/.