Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7e1e912
updated beginner
ntalluri Oct 14, 2025
83da105
Merge branch 'main' of github.com:ntalluri/spras into tutorial
ntalluri Oct 14, 2025
96bc8b6
updating the introduction to better explain pathway reconstruction an…
ntalluri Oct 14, 2025
ed8d8dc
updating the install and config part
ntalluri Oct 14, 2025
c4239bd
fixing the first part of step 2 in beginner
ntalluri Oct 14, 2025
7970872
add in warning about Docker images and containers
ntalluri Oct 14, 2025
d0f503a
add in one more command
ntalluri Oct 14, 2025
52aa055
add in one more options to command
ntalluri Oct 14, 2025
10a65f8
updated beginner's format and wording more
ntalluri Oct 14, 2025
0c2bbe3
added dockerhub link to the algortihm images and add spras overview i…
ntalluri Oct 14, 2025
25478b8
remove repeat of image
ntalluri Oct 15, 2025
9285d8d
updating intermediate and adding a docker_troubleshooting section
ntalluri Oct 15, 2025
59eb3bd
Merge branch 'main' of github.com:ntalluri/spras into tutorial
ntalluri Oct 15, 2025
f611bd3
adding in tristan's suggestions
ntalluri Oct 15, 2025
f0859c8
update path to spras overview image
ntalluri Oct 15, 2025
f3e7f9e
fixed formatting
ntalluri Oct 16, 2025
875057b
updated intermediate tutorial with data part, added images, updated b…
ntalluri Oct 16, 2025
528af72
edit references and add a todo to the unsused rst
ntalluri Oct 16, 2025
68fad39
removing plannign document
ntalluri Oct 17, 2025
5f2cfe3
outline for advanced
ntalluri Oct 17, 2025
2a3f332
added images for advanced
ntalluri Oct 17, 2025
7af4237
Apply suggestions from code review
ntalluri Oct 17, 2025
49cc49b
Merge branch 'tutorial' of github.com:ntalluri/spras into tutorial
ntalluri Oct 17, 2025
c2098df
added some periods
ntalluri Oct 17, 2025
099f2c4
update intermediate with more images and information
ntalluri Oct 17, 2025
c46cafe
added the CHTC integration part
ntalluri Oct 17, 2025
135dfbf
Apply suggestions from another code review
ntalluri Oct 18, 2025
3043cbe
added alt text, updated erbb pathway, and made images larger
ntalluri Oct 19, 2025
bbe5e40
add back some parts of the intro
ntalluri Oct 19, 2025
496c0af
make the pathway reconstruction algo tagline better
ntalluri Oct 19, 2025
32c86d4
add in to the files paths and updated a comment
ntalluri Oct 19, 2025
b47be5f
Merge branch 'main' of github.com:ntalluri/spras into tutorial
ntalluri Oct 19, 2025
3610e0b
added in final suggestions from code review
ntalluri Oct 19, 2025
4adaf38
more the docker trouble shooting to be a general trouble shooting page
ntalluri Oct 19, 2025
58c4478
Delete docs/troubleshooting.rst
ntalluri Oct 21, 2025
3b08ebd
Apply final suggestions from code review
ntalluri Oct 21, 2025
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
7 changes: 4 additions & 3 deletions docs/_static/config/beginner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ algorithms:
include: true
run1:
k: 1
# run2: # uncomment for step 3.2
# k: [10, 100] # uncomment for step 3.2

# run2: # uncomment for step 3.2
# k: [10, 100] # uncomment for step 3.2

# Here we specify which pathways to run and other file location information.
# Assume that if a dataset label does not change, the lists of associated input files do not change
Expand All @@ -45,7 +46,7 @@ reconstruction_settings:

# Set where everything is saved
locations:
reconstruction_dir: "output/basic"
reconstruction_dir: "output/beginner"

analysis:
# Create one summary per pathway file and a single summary table for all pathways for each dataset
Expand Down
Binary file added docs/_static/images/egf-interactome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/egf-pathway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
340 changes: 194 additions & 146 deletions docs/tutorial/beginner.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/tutorial/docker_troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: add in the errors that people could possibly run into
Loading
Loading