上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 408 下一页
摘要: 001、单精度 #include <stdio.h> int main(void) { float i; puts("please input an float number."); printf("float i = "); scanf("%f", &i); ## 此处使用%f printf("i 阅读全文
posted @ 2022-08-11 00:26 小鲨鱼2018 阅读(2822) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta b.vcf test.py (base) root@PC1:/home/test2# cat a.fasta ## 测试fasta文件 >NC_000964.3 Bacillus subtilis subsp. 阅读全文
posted @ 2022-08-10 22:57 小鲨鱼2018 阅读(558) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta (base) root@PC1:/home/test2# cat a.fasta ## 测试fasta文件 >scaffold_1 CCCGGGTAAAACGGGTCTTCAAGAAAACGCTCCTCCGTT 阅读全文
posted @ 2022-08-10 01:24 小鲨鱼2018 阅读(201) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta (base) root@PC1:/home/test2# cat a.fasta ## 测试fasta文件 >scaffold_1 CCCGGGTAAAACGGGTCTTCAAGAAAACGCTCCTCCGTT 阅读全文
posted @ 2022-08-10 01:21 小鲨鱼2018 阅读(267) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta (base) root@PC1:/home/test2# sed '$a tag_tag' a.fasta -i ## 在fasta末尾添加一个标记tag_tag (base) root@PC1:/home/t 阅读全文
posted @ 2022-08-10 01:05 小鲨鱼2018 阅读(125) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta list.txt test.py (base) root@PC1:/home/test2# head a.fasta ## 基因组fasta文件 >NC_000964.3 Bacillus subtilis s 阅读全文
posted @ 2022-08-10 00:13 小鲨鱼2018 阅读(809) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test3# ls test.py (base) root@PC1:/home/test3# cat test.py ## 测试程序 #!/usr/bin/python def com_trs(str): list1 = [] str = rev 阅读全文
posted @ 2022-08-09 23:13 小鲨鱼2018 阅读(97) 评论(0) 推荐(0)
摘要: 001、列表中 >>> list1 = list(range(11,20)) >>> list1 ## 测试列表 [11, 12, 13, 14, 15, 16, 17, 18, 19] >>> select = [2, 3, 7] ## 索引 >>> [list1[k] for k in sele 阅读全文
posted @ 2022-08-09 22:48 小鲨鱼2018 阅读(313) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.fasta test.py (base) root@PC1:/home/test2# head a.fasta ## 测试数据 >scaffold_1 CCCGGGTAAAACGGGTCTTCAAGAAAACGCTCCTC 阅读全文
posted @ 2022-08-09 21:18 小鲨鱼2018 阅读(1019) 评论(0) 推荐(0)
摘要: 001、 (base) root@PC1:/home/test2# ls a.txt test.py (base) root@PC1:/home/test2# cat a.txt ## 测试数据 e d d f k d d e k d f j e f j (base) root@PC1:/home/ 阅读全文
posted @ 2022-08-09 17:09 小鲨鱼2018 阅读(513) 评论(0) 推荐(0)
上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 408 下一页