We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249091b commit 7ef303eCopy full SHA for 7ef303e
README.md
@@ -21,12 +21,13 @@ The tool processes somatic variants and copy number alterations (CNAs) to provid
21
22
### Installation
23
Clone the repository.
24
-Install the required Python packages:
25
->pip install -r requirements.txt
26
27
Set up the virtual environment and activate it:
28
> python -m venv venv
29
-source venv/bin/activate
+> source venv/bin/activate
+
+Install the required Python packages:
30
+> pip install -r requirements.txt
31
32
Configure the paths and API tokens in the scripts as needed.
33
0 commit comments