User Tools

Site Tools


janni

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
janni [2019/07/09 11:16]
twagner [Installation]
janni [2019/07/10 09:42]
twagner [Installation]
Line 7: Line 7:
  
 JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]). JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]).
 +<note>
   * **License**: MIT   * **License**: MIT
   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni
 +</note>
 This is an example where we applied JANNI: This is an example where we applied JANNI:
  
Line 33: Line 33:
  
 ==== Installation ==== ==== Installation ====
-The following instructions assume that pip and anaconda or miniconda are available. In case you have crYOLO installed, you can also install it into the crYOLO environment. In this case you can skip step 1-3.+The following instructions assume that pip and anaconda or miniconda are available. 
  
 1. In case you have a old JANNI environment installed, you might want to remove the old one with:  1. In case you have a old JANNI environment installed, you might want to remove the old one with: 
Line 50: Line 50:
 </code> </code>
  
-4. Install JANNI form PyPi:+Now can install JANNI either for GPUs or for CPUs: 
 + 
 +**For GPU:** 
 +4a. Install JANNI form PyPi for a GPU machine:
 <code> <code>
 pip install janni[gpu] pip install janni[gpu]
 +</code>
 +
 +**For CPU:**
 +4b. Install JANNI form PyPi for a CPU machine:
 +<code>
 +pip install janni[cpu]
 </code> </code>
  
 ==== Getting started ==== ==== Getting started ====
 [[janni_tutorial|Here you can find a tutorial how to denoise your microgragh with JANNI]] [[janni_tutorial|Here you can find a tutorial how to denoise your microgragh with JANNI]]
janni.txt · Last modified: 2022/07/25 11:19 by twagner