Skip to content

Commit

Permalink
change permission of rsat_data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
najlaksouri authored Feb 22, 2024
1 parent b5cce93 commit 1cc71c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peach/Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h2><span class="header-section-number">1.1</span> <span style="color:#000000">I
<span id="cb1-6"><a href="#cb1-6" tabindex="-1"></a><span class="co"># In addition, a subfolder (rsat_data/genomes) should be created too</span></span>
<span id="cb1-7"><a href="#cb1-7" tabindex="-1"></a></span>
<span id="cb1-8"><a href="#cb1-8" tabindex="-1"></a><span class="fu">mkdir</span> <span class="at">-p</span> <span class="va">$HOME</span>/rsat_data/genomes rsat_results</span>
<span id="cb1-9"><a href="#cb1-9" tabindex="-1"></a><span class="fu">chmod</span> <span class="at">-R</span> a+w rsat_data/genomes rsat_results <span class="co"># Change the permissions</span></span>
<span id="cb1-9"><a href="#cb1-9" tabindex="-1"></a><span class="fu">chmod</span> <span class="at">-R</span> a+w rsat_data rsat_results <span class="co"># Change the permissions</span></span>
<span id="cb1-10"><a href="#cb1-10" tabindex="-1"></a></span>
<span id="cb1-11"><a href="#cb1-11" tabindex="-1"></a></span>
<span id="cb1-12"><a href="#cb1-12" tabindex="-1"></a><span class="co"># 3. Launch the Docker RSAT container</span></span>
Expand Down

0 comments on commit 1cc71c4

Please sign in to comment.