摘要: linux 用sort+uniq虽然可以去重,但是会改动原文件行的顺序。 因此可以用`awk '!x[$0]++' file.txt > sort.txt`命令 `'!x[$0]++'`可以在去重的基础上,不改动原来文件的行顺序。 阅读全文
posted @ 2023-07-21 18:30 橙子牛奶糖 阅读(309) 评论(0) 推荐(1) 编辑
摘要: 运行命令`${src}/cuffmerge -o ./merge -g ${input}/gencode.v44.primary_assembly.annotation_sorted.gtf merge.list`时报错: >run_log = open(logging_dir + "run.log 阅读全文
posted @ 2023-07-21 14:55 橙子牛奶糖 阅读(109) 评论(0) 推荐(0) 编辑