摘要: 001、 [root@pc1 test]# cat test.sh ## 函数脚本 #!/bin/bash function db1 ## function关键字来定义函数,db1是函数名 { read -p "请输入:" value return $[$value *2] ## return返回函 阅读全文
posted @ 2023-10-14 23:10 小鲨鱼2018 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 最好不要尝试编译安装,报错折腾死人。 001、 (base) [root@pc1 ~]# conda install -c hcc aspera-cli -y 002、调用测试 (base) [root@pc1 ~]# ascp -h | head 。 阅读全文
posted @ 2023-10-14 22:30 小鲨鱼2018 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 001、cd-hit报错如下 Some seqs are too long, please rebuild the program with make parameter MAX_SEQ=new-maximum-length (e.g. make MAX_SEQ=10000000) 002、解决方法 阅读全文
posted @ 2023-10-14 12:03 小鲨鱼2018 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 001、问题 cd-hit 编译报错如下: cdhit-common.h:39:17: fatal error: zlib.h: No such file or directory 002、解决方法 yum -y install zlib zlib-devel 003、验证 [root@pc1 cd 阅读全文
posted @ 2023-10-14 11:37 小鲨鱼2018 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test1]# ls a.fa rm.list test.py [root@pc1 test1]# cat a.fa ## 测试fasta >chr1 tttcccggg >chr2 tttgggjjj cccjjjjjj >chr3 ccc >chr4 aaaaatt 阅读全文
posted @ 2023-10-14 10:07 小鲨鱼2018 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 001、 单个删除 (base) [root@pc1 test1]# ls a.fa (base) [root@pc1 test1]# cat a.fa ## 测试文件 >chr1 tttcccggg >chr2 tttgggjjj cccjjjjjj >chr3 ccc >chr4 aaaaatt 阅读全文
posted @ 2023-10-14 09:20 小鲨鱼2018 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) [root@pc1 test1]# ls a.fa test.py (base) [root@pc1 test1]# cat a.fa ## 测试fasta >chr1 tttcccggg >chr2 tttgggjjj cccjjjjjj >chr3 ccc >chr4 a 阅读全文
posted @ 2023-10-14 08:50 小鲨鱼2018 阅读(34) 评论(0) 推荐(0) 编辑