Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4ca3f94 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 6, 2023
1 parent a56f038 commit 72f9277
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 250 deletions.
58 changes: 29 additions & 29 deletions core/week-2/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,49 +425,49 @@ <h1 class="title">Workshop</h1>
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-l</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 136
drwxr-xr-x 2 runner docker 4096 Oct 6 13:48 data
drwxr-xr-x 2 runner docker 4096 Oct 6 13:48 images
-rw-r--r-- 1 runner docker 1597 Oct 6 13:48 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 13:48 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69876 Oct 6 13:50 study_before_workshop.html
-rw-r--r-- 1 runner docker 4807 Oct 6 13:48 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13029 Oct 6 13:48 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8550 Oct 6 13:48 workshop.qmd
-rw-r--r-- 1 runner docker 8564 Oct 6 13:50 workshop.rmarkdown</code></pre>
drwxr-xr-x 2 runner docker 4096 Oct 6 15:56 data
drwxr-xr-x 2 runner docker 4096 Oct 6 15:56 images
-rw-r--r-- 1 runner docker 1597 Oct 6 15:56 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 15:56 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69876 Oct 6 15:59 study_before_workshop.html
-rw-r--r-- 1 runner docker 4807 Oct 6 15:56 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13029 Oct 6 15:56 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8550 Oct 6 15:56 workshop.qmd
-rw-r--r-- 1 runner docker 8564 Oct 6 15:59 workshop.rmarkdown</code></pre>
</div>
</div>
<p>You can use more than one option at once. The <code>-h</code> option stands for “human readable” and makes the file sizes easier to understand for humans:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb11"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-hl</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 136K
drwxr-xr-x 2 runner docker 4.0K Oct 6 13:48 data
drwxr-xr-x 2 runner docker 4.0K Oct 6 13:48 images
-rw-r--r-- 1 runner docker 1.6K Oct 6 13:48 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 13:48 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69K Oct 6 13:50 study_before_workshop.html
-rw-r--r-- 1 runner docker 4.7K Oct 6 13:48 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 6 13:48 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 13:48 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 13:50 workshop.rmarkdown</code></pre>
drwxr-xr-x 2 runner docker 4.0K Oct 6 15:56 data
drwxr-xr-x 2 runner docker 4.0K Oct 6 15:56 images
-rw-r--r-- 1 runner docker 1.6K Oct 6 15:56 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 15:56 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69K Oct 6 15:59 study_before_workshop.html
-rw-r--r-- 1 runner docker 4.7K Oct 6 15:56 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 6 15:56 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 15:56 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 15:59 workshop.rmarkdown</code></pre>
</div>
</div>
<p>The <code>-a</code> option stands for “all” and shows us all the files, including hidden files.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb13"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-alh</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 144K
drwxr-xr-x 4 runner docker 4.0K Oct 6 13:50 .
drwxr-xr-x 5 runner docker 4.0K Oct 6 13:50 ..
drwxr-xr-x 2 runner docker 4.0K Oct 6 13:48 data
drwxr-xr-x 2 runner docker 4.0K Oct 6 13:48 images
-rw-r--r-- 1 runner docker 1.6K Oct 6 13:48 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 13:48 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69K Oct 6 13:50 study_before_workshop.html
-rw-r--r-- 1 runner docker 4.7K Oct 6 13:48 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 6 13:48 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 13:48 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 13:50 workshop.rmarkdown</code></pre>
drwxr-xr-x 4 runner docker 4.0K Oct 6 15:59 .
drwxr-xr-x 5 runner docker 4.0K Oct 6 15:58 ..
drwxr-xr-x 2 runner docker 4.0K Oct 6 15:56 data
drwxr-xr-x 2 runner docker 4.0K Oct 6 15:56 images
-rw-r--r-- 1 runner docker 1.6K Oct 6 15:56 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 6 15:56 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 69K Oct 6 15:59 study_before_workshop.html
-rw-r--r-- 1 runner docker 4.7K Oct 6 15:56 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 6 15:56 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 15:56 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 6 15:59 workshop.rmarkdown</code></pre>
</div>
</div>
<p>You can move about with the <code>cd</code> command, which stands for “change directory”. You can use it to move into a directory by specifying the path to the directory:</p>
Expand Down
Binary file removed omics/data/jillian/GSE81682_HTSeq_counts.zip
Binary file not shown.
Binary file added omics/week-3/images/88H-exp-design-jillian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 72f9277

Please sign in to comment.