Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • f_jung/deepstabp
  • nishantk/deepstabp
2 results
Show changes
Commits on Source (1)
......@@ -16,7 +16,7 @@ You can create a conda environment directly from the yml file located in /workfl
```
conda create --name deepstabp --file environment.yml
```
Keep in mind that you must download the complete ARC which requires git and git lfs, as well as enough memory space.
Keep in mind that you must download the complete ARC which requires git and git lfs, as well as enough memory space. The complete ARC has a size of around 67 GB including all LFS files.
### Running deepSTABp
......