使用生信软件BWA的mem功能时报错:EOF marker is absent. The input is probably truncated
网上帮助很少,有人说这是bwa mem的一个小bug,使用时不加参数-u即可,但尝试后发现不管用,有谁知道怎么处理么?
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
报错:EOF marker is absent. The input is probably truncated
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
0条回答 默认 最新
报告相同问题?
提交
- 2022-04-22 09:57幽冥天上之佩服许仙不怕蛇的博客 nested exception is java.io.EOFException: readObject: unexpected end of file at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor....
- 2022-11-24 16:59一小颗泡泡糖的博客 redisTemplate,java.io.EOFException: null;
- 海若[MATRIX]的博客 2.报错 which: no hbase in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/module/jdk1.8.0_211/bin:/opt/module/hadoop-3.1.3/bin:/opt/module/hadoop-3.1.3/sbin:/opt/module/apache-hive-3.1.2..
- 2022-07-28 17:48整天浑水摸鱼的秃头码农的博客 ERROR org.apache.tomcat.websocket.pojo.PojoEndpointBase:175 - No error handling configured for [org.jeecg.modules.message.websocket.WebSocket] and the following error occurred java.io.EOFException: ...
- 2021-07-02 16:07邢一的博客 hdfs-DataNode报错:java.io.IOException: Premature EOF from inputStream 在往hbase中写数据时候,hdfs报错,导致hbase中的RegionServer挂掉了,hbase节点没有报错信息,查看hdfs报错 vim /var/log/hadoop-hdfs/...
- 2023-03-16 22:37CVPlayer-的博客 解决报错:com.sun.mail.smtp.SMTPSendFailedException: 451 5.7.3 STARTTLS is required to send mail 在使用Apache Commons Email依赖通过微软 Outlook 邮箱发送邮件时发送了上述报错异常
- 2022-04-13 09:31快乐骑行^_^的博客 { "id":0, "state":"FAILED", "worker_id":"p-qcbj6-dd-hadoop-... "trace":"org.apache.kafka.connect.errors.ConnectException: An exception occurred in the change event producer. This connector will be.
- 2018-11-22 11:10一米大六的八个的博客 HDSF datanode报错如下: 原因:文件操作超租期,实际上就是data stream操作过程中文件被删除了,通常是因为Mapred多个task操作同一个文件,一个task完成后删掉文件导致。这个错误跟dfs.datanode.max....
- 2019-12-06 11:12scaler7的博客 springboot项目启动时报:java.io.EOFException: null异常,但是不影响功能, 可能原因是由于tomcat上次非正常关闭时有一些活动session被持久化(表现为一些临时文件),在重启时,tomcat尝试去恢复这些session的...
- 2021-09-13 15:12今天也是个妖精头子呀的博客 The input is probably truncated [E::bgzf_read_block] Failed to read BGZF block data at offset 18588100309 expect ed 12979 bytes; hread returned 6425 [E::bgzf_read] Read block operation failed with ...
- 转身离去心已碎、的博客 数据库报错,取不到到数据,找了我将近10个小时,各种尝试,sql语句也检查了好几遍,结果还是太粗心了,没有检查到 原因是mapper.xml文件里面里的where article_id=#{articleId}写成where article_id=#(articleId),{}括号...
- 2021-07-29 16:50快乐的小青蛙一只的博客 clickhouse导入CSV文件数据报错: DB:ParsingException:Cannot parse input:expected ',' before:........... 以上是在ClickHouse数据搬迁时,将数据导入到CVS文件中,再从文件导入表时发生的 解决办法:将CSV文件...
- 2021-08-03 22:16MK422的博客 line 952, in pysam.libcalignmentfile.AlignmentFile._open File "pysam/libchtslib.pyx", line 365, in pysam.libchtslib.HTSFile.check_truncation OSError: no BGZF EOF marker; file may be truncated 可以...
- 2018-12-07 11:23小萌猿的博客 实现WritableComparable接口序列化时,在readFields方法里,使用DataInput的readInt方法读取在write方法里写的int,报错:EOFException。 这个错的意思是:输入流已经到了结尾,在这里的意思就是说,输入流里不够一...
- 周杰伦_的博客 报错:Caused by: java.io.IOException: end of stream when reading header 解决: canal连不上,报错:原因端口变更配置文件(canal.properties【在\canal.deployer-1.1.5-SNAPSHOT\conf目录下】)未改。
- 以后的以的博客 原因是xml文件中条件的值写错。
- 2019-11-20 23:17智航云科技的博客 zookeeper启动报如下错误 2019-11-18 09:52:57,486 [myid:] - ERROR [main:ZooKeeperServerMain@63] - Unexpected exception, exiting ...java.io.EOFException at java.io.DataInputStream.readInt(DataInputStre...
- 2024-06-04 11:17I'mAlex的博客 解决Python报错:EOFError: EOF when reading a line
- 2020-09-07 22:11没有文化,啥也不会的博客 场景 spark-sql跑一个较大的任务(几亿...查看抛出这个报错的源码:https://github.com/apache/spark/blob/ebdf41dd698ce138d07f63b1fa3ffbcc392e7fff/core/src/main/scala/org/apache/spark/serializer/KryoSerialize
- 2023-03-16 16:07aniuodk的博客 报错解决
- 没有解决我的问题, 去提问