You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation.ipynb
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"***\n",
25
25
"\n",
26
26
"## Installation & Setup\n",
27
-
"SeCaPr is available as a conda package on the bioconda channel. This makes installation very simple. Follow the instructions on this page to get the SECAPR pipeline set up and ready to use:\n",
27
+
"SECAPR is available as a conda package on the bioconda channel. This makes installation very simple. Follow the instructions on this page to get the SECAPR pipeline set up and ready to use:\n",
28
28
"\n",
29
29
"<div class=\"alert alert-block alert-info\">\n",
30
30
"**INFO:** Commands in blue boxes have to be executed from a bash-command line terminal.\n",
@@ -106,15 +106,20 @@
106
106
"<div class=\"alert alert-block alert-warning\">IMPORTANT : When you are using the SECAPR pipeline, make sure the secapr_env is activated. Activate with **source activate secapr_env**\n",
107
107
"</div>\n",
108
108
"\n",
109
-
"***"
109
+
"***\n",
110
+
"\n",
111
+
"### 5. Install SECAPR development version\n",
112
+
"\n",
113
+
"The development version of SECAPR is stored on this GitHub page and contains the newest updates, which might not yet be available through the conda version. However you need to install the SECAPR environment with conda first by following the steps above. Once the environment is installed, you can update SECAPR to the development version by following these steps:\n",
114
+
"\n",
115
+
"1. Connect to your secapr environment (`source activate secapr_env`)\n",
116
+
"2. Remove the current secapr installation (`conda remove secapr`)\n",
117
+
"3. Download the new version from github (`wget https://github.com/AntonelliLab/seqcap_processor/archive/master.zip`)\n",
118
+
"4. Unzip the downloaded file (`unzip master.zip`)\n",
119
+
"5. Move the unzipped directory to a safe location on your computer, i.e. not on your Desktop or Download folder, since this will be the path where secapr will be executed from in the future\n",
120
+
"6. Enter the unzipped secapr directory (`cd seqcap_processor-master`)\n",
121
+
"7. Install secapr from the folder (`python -m pip install -e .`)"
0 commit comments