Skip to content
Snippets Groups Projects
Unverified Commit b27127cd authored by Laurent Modolo's avatar Laurent Modolo
Browse files

TP_experimental_biologists.md: fix tiny_dataset url

parent abf69fca
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ We also need data to run our pipeline: ...@@ -143,7 +143,7 @@ We also need data to run our pipeline:
``` ```
cd data cd data
git clone git@gitbio.ens-lyon.fr:LBMC/tiny_dataset.git git clone git@gitbio.ens-lyon.fr:LBMC/hub/tiny_dataset.git
cd .. cd ..
``` ```
...@@ -352,7 +352,7 @@ Then you need to clone your pipeline and get the data: ...@@ -352,7 +352,7 @@ Then you need to clone your pipeline and get the data:
git config --global http.sslVerify false git config --global http.sslVerify false
git clone https://gitbio.ens-lyon.fr/<usr_name>/nextflow.git git clone https://gitbio.ens-lyon.fr/<usr_name>/nextflow.git
cd nextflow/data cd nextflow/data
git clone https://gitbio.ens-lyon.fr/LBMC/tiny_dataset.git git clone https://gitbio.ens-lyon.fr/LBMC/hub/tiny_dataset.git
git config --global http.sslVerify true git config --global http.sslVerify true
cd .. cd ..
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment