美文网首页
[shell] 管道命令与"-" 占位符

[shell] 管道命令与"-" 占位符

作者: Silver_42ac | 来源:发表于2020-03-16 11:10 被阅读0次
image.png
 -L  CIGAR operations 由于旧软件无法处理超过65535 长度的记录,
-L 参数使得CIGAR 记录在后面CG tag 中,旧软件不处理那部分 也不会引起错误

--MD  输出 MD tags
MD是mismatch位置的字符串的表示形式,在call SNP和indel的时候会用到。

Manual Reference Pages - minimap2
MD Tags in BAM Files
SAMtools: SAM格式的处理利器

-Y  In SAM output, use soft clipping for supplementary alignments.
\#By default, BWA-MEM uses soft clipping for the primary alignment and hard clipping for supplementary alignments.

 这里将 软剪切 用于 支持的第二比对,其实就是丰富比对结果,更容易发现一些 在reads 里存在比较少的变异;增加敏感度;

-T  samtools sort 时,产生临时文件的前缀,#不要加了,没用,还容易报错
-o  输出文件名

类似占位符 的还有 xargs 中的 -i启用占位符 ,占位符为 {}
xargs用法管道和占位符

rm --help 中 产出 特殊文件时候,-- 作为占位符 ,替代参数位置

To remove a file whose name starts with a '-', for example '-foo',
use one of these commands:
  rm --   -foo

  rm ./-foo

相关文章

  • [shell] 管道命令与"-" 占位符

    Manual Reference Pages - minimap2MD Tags in BAM FilesSAM...

  • 管道命令

    参考linux shell 管道命令(pipe)使用及与shell重定向区别、管道命令 管道命令操作符是:”|”,...

  • shell特殊符_cut命令、sort_wc_uniq命令、te

    810 shell特殊符_cut命令 image.png 管道相关的命令 811 sort_wc_uniq命令 8...

  • 莹莹

    占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符...

  • 莹莹

    占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符...

  • 九个Console命令,让 JS 调试更简单

    一、显示信息的命令 二、占位符 console上述的集中度支持printf的占位符格式,支持的占位符有:字符(%s...

  • 2018-04-24 shell脚本

    shell脚本利用shell功能写的纯文本文件,将shell语法和命令写在里面,搭配正则表达式、管道命令与数据流重...

  • Shell 学习

    shell 变量 shell 参数传递 shell 数组 shell 运算符 shell echo 命令 prin...

  • 及时止损哪有那么容易

    占位符占位符占位符占位符占位符占位符占位符占位符占位符占位符 晚上清理微博时,发现了我以前发的微博 心情如同标题 ...

  • Python函数式编程之pipeline——很酷有没有

    Pipeline pipeline 管道借鉴于Unix Shell的管道操作——把若干个命令串起来,前面命令的输出...

网友评论

      本文标题:[shell] 管道命令与"-" 占位符

      本文链接:https://www.haomeiwen.com/subject/sziwehtx.html