![240](https://cdn2.jianshu.io/assets/default_avatar/14-0651acff782e7a18653d7530d6b27661.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:湖北
ls ./fq/*gz | while read id; do ($hisat2 -p 10 -x $index -U $id -S ${id}...
转载地址 https://blog.csdn.net/weixin_42098685/article/details/105864543
1. 查不到安装包的代码,可以去bioconda https://anaconda.org/bioconda 2. conda中channels...
# 添加环境变量 echo 'export PATH=/home/biosoft/cellranger-2.2.0:$PATH' >> ~/.b...
cat > file.txt<< EOF
head -1 SraRunTable.txt |awk 'BEGIN{RS=","}{print $1}'
解决方法: echo 'export PATH="/home/yile/anaconda3/bin:$PATH"' >> ~/.bashrc s...
gplorganismbioc_package 1GPL32Musmusculusmgu74a 2GPL33Musmusculusmgu74b ...
1.查看当前环境变量 echo $PATH 2.添加临时环境变量 export PATH=/usr/local/bin:$PATH // PAT...