Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,188 changes: 3,188 additions & 0 deletions code/molecular_phenotypes/QC/kellis_atacseq_preprocessing.ipynb

Large diffs are not rendered by default.

1,828 changes: 1,828 additions & 0 deletions code/molecular_phenotypes/QC/xiong_atacseq_preprocessing.ipynb

Large diffs are not rendered by default.

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 @@

3,665 changes: 3,665 additions & 0 deletions website/nature_protocol/Figure_3/fig3_other_finemapping.ipynb

Large diffs are not rendered by default.

Loading