Skip to content

Commit

Permalink
Site updated: 2024-10-18 16:04:38
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangShaw committed Oct 18, 2024
1 parent c2a7cd9 commit 69bf645
Show file tree
Hide file tree
Showing 145 changed files with 6,305 additions and 2,551 deletions.
4 changes: 2 additions & 2 deletions 2022/09/29/linux-common-cmd-Rmd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h1 class="description center-align post-title">linux其他常用命令</h1>

<div class="post-date info-break-policy">
<i class="far fa-calendar-check fa-fw"></i>更新日期:&nbsp;&nbsp;
2023-12-04
2024-10-09
</div>


Expand Down Expand Up @@ -453,7 +453,7 @@ <h1 id="windows-到-linux,行后缀的处理"><a href="#windows-到-linux,
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash"><span class="token function">tr</span> -d <span class="token string">'\r'</span> <span class="token comment">## 删除 \r</span><span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre></li>
<li><p>sed</p>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash"><span class="token function">sed</span> <span class="token string">'s/^M$//g'</span> filename <span class="token operator">&gt;</span> tmp_filename<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>
<p><strong>使用sed 工具:需要注意打^M时应输入Ctrl+v+m,长按Ctrl依次点击v和m键,而不是数字6上的^符号。</strong><br><a target="_blank" rel="noopener" href="https://www.omicsclass.com/article/1727">reference</a></p>
<p><strong>使用sed 工具:需要注意打^M时应输入Ctrl+v+m,长按Ctrl依次点击v和m键 (或者输入Ctrl+V,然后输入Ctrl+M),而不是数字6上的^符号。</strong><br><a target="_blank" rel="noopener" href="https://www.omicsclass.com/article/1727">reference</a></p>
</li>
<li><p>dos2unix (if installed)</p>
</li>
Expand Down
2 changes: 1 addition & 1 deletion 2024/07/02/Bioinfo-UCSC-browser-session/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ <h2 id="UCSC小工具"><a href="#UCSC小工具" class="headerlink" title="UCSC
<div class="article-badge left-badge text-color">
<i class="fas fa-chevron-left"></i>&nbsp;上一篇</div>
<div class="card">
<a href="/2024/07/11/PaperRead-CLIP-moethod/">
<a href="/2024/07/11/PaperRead-CLIP-method/">
<div class="card-image">


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h3 id="Reactive-nucleosides-and-chemical-crosslinking"><a href="#Reactive-nucle
</i>
</span>
<span class="reprint-info">
<a href="https://liangshaw.github.io/2024/07/11/PaperRead-CLIP-moethod/">https://liangshaw.github.io/2024/07/11/PaperRead-CLIP-moethod/</a>
<a href="https://liangshaw.github.io/2024/07/11/PaperRead-CLIP-method/">https://liangshaw.github.io/2024/07/11/PaperRead-CLIP-method/</a>
</span>
</div>
<div class="reprint__notice">
Expand Down
40 changes: 11 additions & 29 deletions 2024/08/03/wetlab-spCas9KO/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,18 +811,17 @@ <h1 class="description center-align post-title">wetlab-spCas9KO</h1>
<article id="prenext-posts" class="prev-next articles">
<div class="row article-row">

<div class="article col s12 m6" data-aos="fade-up" data-aos="fade-up">
<div class="article col s12 m6" data-aos="fade-up">
<div class="article-badge left-badge text-color">
<i class="far fa-dot-circle"></i>&nbsp;本篇
</div>
<i class="fas fa-chevron-left"></i>&nbsp;上一篇</div>
<div class="card">
<a href="/2024/08/03/wetlab-spCas9KO/">
<a href="/2024/10/09/wetlab-CoIP/">
<div class="card-image">


<img src="/medias/featureimages/13.jpg" class="responsive-img" alt="wetlab-spCas9KO">
<img src="/medias/featureimages/21.jpg" class="responsive-img" alt="wetlab-CoIPw">

<span class="card-title">wetlab-spCas9KO</span>
<span class="card-title">wetlab-CoIPw</span>
</div>
</a>
<div class="card-content article-content">
Expand All @@ -832,34 +831,17 @@ <h1 class="description center-align post-title">wetlab-spCas9KO</h1>

</div>
<div class="publish-info">
<span class="publish-date">
<i class="far fa-clock fa-fw icon-date"></i>2024-08-03
</span>
<span class="publish-date">
<i class="far fa-clock fa-fw icon-date"></i>2024-10-09
</span>
<span class="publish-author">

<i class="fas fa-bookmark fa-fw icon-category"></i>

<a href="/categories/wetlab/" class="post-category">
wetlab
</a>

<i class="fas fa-user fa-fw"></i>
梁绍波

</span>
</div>
</div>


<div class="card-action article-tags">

<a href="/tags/Cas9/">
<span class="chip bg-color">Cas9</span>
</a>

<a href="/tags/KO/">
<span class="chip bg-color">KO</span>
</a>

</div>

</div>
</div>
Expand All @@ -870,7 +852,7 @@ <h1 class="description center-align post-title">wetlab-spCas9KO</h1>
下一篇&nbsp;<i class="fas fa-chevron-right"></i>
</div>
<div class="card">
<a href="/2024/07/11/PaperRead-CLIP-moethod/">
<a href="/2024/07/11/PaperRead-CLIP-method/">
<div class="card-image">


Expand Down
Loading

0 comments on commit 69bf645

Please sign in to comment.