Skip to content
Closed
4 changes: 2 additions & 2 deletions code/reference_data/reference_data_preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "disturbed-understanding",
"metadata": {
"kernel": "SoS"
Expand Down Expand Up @@ -1168,7 +1168,7 @@
"output: f'{_input:n}{\".collapse_only\" if stranded else \"\"}.gene.gtf'\n",
"task: trunk_workers = 1, trunk_size = job_size, walltime = walltime, mem = mem, tags = f'{step_name}_{_output:bn}'\n",
"bash: expand = \"${ }\", stderr = f'{_output}.stderr', stdout = f'{_output}.stdout', container = container, entrypoint = entrypoint\n",
" collapse_annotation ${\"--collapse_only\" if stranded else \"\"} ${_input} ${_output}"
" collapse_annotation.py ${\"--collapse_only\" if stranded else \"\"} ${_input} ${_output}"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parts:
- file: code/xqtl_protocol_demo.ipynb
- caption: Command Generator
chapters:
- file: code/commands_generator/bulk_expression_commands.ipynb
# - file: code/commands_generator/bulk_expression_commands.ipynb #outdated
- file: code/commands_generator/eQTL_analysis_commands.ipynb
- caption: Reference data
chapters:
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions website/nature_protocol/Figure_3/Figure_data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions website/nature_protocol/Figure_3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Loading