摘要: 001、 [root@PC1 test2]# ls test.sh [root@PC1 test2]# cat test.sh ## 脚本 #!/bin/bash seq 10000000000000000000000000000000000000 &> /dev/null [root@PC1 te 阅读全文
posted @ 2024-06-23 15:30 小鲨鱼2018 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 001、方法1 [root@PC1 test2]# ls a.txt [root@PC1 test2]# cat a.txt 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 阅读全文
posted @ 2024-06-23 15:16 小鲨鱼2018 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test2]# ls a.txt [root@PC1 test2]# cat a.txt ## 测试数据 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 阅读全文
posted @ 2024-06-23 15:08 小鲨鱼2018 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test3]# echo "Hello, my name is aming."|grep -P '(?<=Hello, ).*(?= aming.)' Hello, my name is aming. 002、 [root@PC1 test3]# ifconfig | 阅读全文
posted @ 2024-06-23 14:53 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、原始数据 Longitude Latitude diqu subspe num -104 39 West_Europe Bos_taurus 10 -3 56 West_Europe Bos_taurus 30 -3 51 West_Europe Bos_taurus 20 2 -44 Ce 阅读全文
posted @ 2024-06-23 12:42 小鲨鱼2018 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 01、 [liujiaxin01@PC1 test2]$ ascp -i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh -l 100M -T -P33001 fasp-g1k@fasp.1000genomes.ebi.ac.uk:vol1/ftp/re 阅读全文
posted @ 2024-06-23 10:50 小鲨鱼2018 阅读(60) 评论(0) 推荐(0) 编辑
摘要: ascp -QT -i ~/.aspera/connect/etc/asperaweb_id_dsa.openssh -l 1000M -k 1 -T anonftp@ftp.ncbi.nlm.nih.gov:/blast/db/nr.00.tar.gz ./ 002 ascp -QT -i ~/. 阅读全文
posted @ 2024-06-23 10:22 小鲨鱼2018 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 001、 --split-files:所有情况 --split-3:双端 --split-files通用。 ref: 01:https://www.biostars.org/p/186741/ 阅读全文
posted @ 2024-06-23 09:57 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、 -c 选项表示中断后继续下载,即支持断点续传。 002、 -t选项表示失败后尝试的次数。 阅读全文
posted @ 2024-06-23 01:50 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、使用srapath命令 [root@PC1 test2]# srapath SRR1482463 https://sra-pub-run-odp.s3.amazonaws.com/sra/SRR1482463/SRR1482463 [root@PC1 test2]# srapath SRR1 阅读全文
posted @ 2024-06-23 01:41 小鲨鱼2018 阅读(6) 评论(0) 推荐(0) 编辑