File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 41
41
conda env list
42
42
export PATH=/Users/runner/miniconda3/envs/OrthoIndex/bin:$PATH
43
43
which python
44
- ls -al /Users/runner/miniconda3/envs/OrthoIndex/
45
- ls -al /Users/runner/miniconda3/envs/OrthoIndex/bin
46
44
conda init
47
- cat ~/.bashrc
45
+ cat /Users/runner/.bash_profile
48
46
echo "==="
49
47
export PATH=/Users/runner/miniconda3/envs/OrthoIndex/bin:$PATH && python setup.py install
50
48
Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ soi filter -s Populus_trichocarpa-Salix_dunnii.collinearity.gz -o Populus_tricho
40
40
-c 0.6 > Populus_trichocarpa-Salix_dunnii.collinearity.ortho.test
41
41
# compare with the expected output
42
42
diff Populus_trichocarpa-Salix_dunnii.collinearity.ortho Populus_trichocarpa-Salix_dunnii.collinearity.ortho.test
43
+
You can’t perform that action at this time.
0 commit comments