mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
update survey link and fix pt slides
This commit is contained in:
parent
02b2485d34
commit
ea58f5a8d2
4 changed files with 23 additions and 12 deletions
|
|
@ -2348,8 +2348,8 @@ size)</li>
|
|||
</ul>
|
||||
<pre class="text"><code>ls -lah part_1</code></pre>
|
||||
<pre><code>total 8
|
||||
drwx---rw-@ 4 nelphick staff 128B Mar 4 12:59 .
|
||||
drwxr-xr-x@ 5 nelphick staff 160B Mar 4 12:59 ..
|
||||
drwx---rw-@ 4 nelphick staff 128B Mar 11 10:10 .
|
||||
drwxr-xr-x@ 5 nelphick staff 160B Mar 11 10:10 ..
|
||||
-rw-r--r--@ 1 nelphick staff 0B Apr 11 2023 .hidden_file.txt
|
||||
-rw-r--r--@ 1 nelphick staff 60B Apr 12 2023 list_numbers.tsv</code></pre>
|
||||
</section>
|
||||
|
|
@ -2362,8 +2362,8 @@ ls -l</code></pre>
|
|||
<pre><code>cd ..
|
||||
ls -l</code></pre>
|
||||
<pre><code>total 0
|
||||
drwx---rw-@ 4 nelphick staff 128 Mar 4 12:59 part_1
|
||||
drwxr-xr-x@ 3 nelphick staff 96 Mar 4 12:59 part_2</code></pre>
|
||||
drwx---rw-@ 4 nelphick staff 128 Mar 11 10:10 part_1
|
||||
drwxr-xr-x@ 3 nelphick staff 96 Mar 11 10:10 part_2</code></pre>
|
||||
</section></section>
|
||||
<section>
|
||||
<section id="creating-and-altering-files" class="title-slide slide level1">
|
||||
|
|
@ -2699,7 +2699,8 @@ time</li>
|
|||
<section id="survey" class="slide level2">
|
||||
<h2>Survey</h2>
|
||||
<ul>
|
||||
<li>Please take some time to fill out the workshop survey: <a href="https://www.surveymonkey.com/r/DY7K5ZY" class="uri">https://www.surveymonkey.com/r/DY7K5ZY</a></li>
|
||||
<li>Please take some time to fill out the workshop survey:<br />
|
||||
<a href="https://www.surveymonkey.com/r/F75J6VZ" class="uri">https://www.surveymonkey.com/r/F75J6VZ</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="additional-learning-materials" class="slide level2">
|
||||
|
|
|
|||
|
|
@ -1961,9 +1961,9 @@ compressed archive files</li>
|
|||
<pre class="text"><code>tar -czf part_1.tar.gz part_1
|
||||
ls -l</code></pre>
|
||||
<pre><code>total 8
|
||||
drwx---rw-@ 4 nelphick staff 128 Mar 5 12:20 part_1
|
||||
-rw-r--r-- 1 nelphick staff 801 Mar 5 12:24 part_1.tar.gz
|
||||
drwxr-xr-x@ 4 nelphick staff 128 Mar 5 12:24 part_2</code></pre>
|
||||
drwx---rw-@ 4 nelphick staff 128 Mar 11 10:11 part_1
|
||||
-rw-r--r--@ 1 nelphick staff 800 Mar 11 10:11 part_1.tar.gz
|
||||
drwxr-xr-x@ 4 nelphick staff 128 Mar 11 10:11 part_2</code></pre>
|
||||
<ul>
|
||||
<li>-c: create a new archive</li>
|
||||
<li>-f: specify the name of the archive file</li>
|
||||
|
|
@ -2106,13 +2106,13 @@ interpreter is</li>
|
|||
<li>By default, files are not executable</li>
|
||||
</ul>
|
||||
<pre class="text"><code>ls -l part_2/example_script.sh</code></pre>
|
||||
<pre><code>-rw-r--r-- 1 nelphick staff 287 Mar 5 12:24 part_2/example_script.sh</code></pre>
|
||||
<pre><code>-rw-r--r--@ 1 nelphick staff 287 Mar 11 10:11 part_2/example_script.sh</code></pre>
|
||||
<ul>
|
||||
<li>We can set the execute bit like this</li>
|
||||
</ul>
|
||||
<pre class="text"><code>chmod u+x part_2/example_script.sh
|
||||
ls -l part_2/example_script.sh</code></pre>
|
||||
<pre><code>-rwxr--r-- 1 nelphick staff 287 Mar 5 12:24 part_2/example_script.sh</code></pre>
|
||||
<pre><code>-rwxr--r--@ 1 nelphick staff 287 Mar 11 10:11 part_2/example_script.sh</code></pre>
|
||||
</section>
|
||||
<section id="example" class="slide level2">
|
||||
<h2>Example</h2>
|
||||
|
|
@ -2307,6 +2307,13 @@ Line</a></li>
|
|||
</ul></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="survey-1" class="slide level2">
|
||||
<h2>Survey</h2>
|
||||
<ul>
|
||||
<li>Please take some time to fill out the workshop survey:<br />
|
||||
<a href="https://www.surveymonkey.com/r/F75J6VZ" class="uri">https://www.surveymonkey.com/r/F75J6VZ</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="upcoming-data-science-training-program-workshops" class="slide level2">
|
||||
<h2>Upcoming Data Science Training Program Workshops</h2>
|
||||
<p><a href="https://gladstone.org/events/introduction-pathway-analysis-1">Introduction
|
||||
|
|
|
|||
|
|
@ -558,7 +558,7 @@ cat part_1/list_numbers.csv | cut -d "," -f 8 | sort -nu
|
|||
## Survey
|
||||
|
||||
- Please take some time to fill out the workshop survey:
|
||||
https://www.surveymonkey.com/r/DY7K5ZY
|
||||
https://www.surveymonkey.com/r/F75J6VZ
|
||||
|
||||
|
||||
## Additional learning materials
|
||||
|
|
|
|||
|
|
@ -409,7 +409,10 @@ https://www.surveymonkey.com/r/DY7K5ZY
|
|||
- [The Unix Workbench](https://seankross.com/the-unix-workbench/index.html)
|
||||
- [The Linux Command Line](http://linuxcommand.org/tlcl.php)
|
||||
|
||||
## Survey
|
||||
|
||||
- Please take some time to fill out the workshop survey:
|
||||
https://www.surveymonkey.com/r/F75J6VZ
|
||||
|
||||
|
||||
## Upcoming Data Science Training Program Workshops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue