[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

truncated sam file with limited lines after minimap2 #1003

Open
liqiaolin15 opened this issue Dec 20, 2022 · 0 comments
Open

truncated sam file with limited lines after minimap2 #1003

liqiaolin15 opened this issue Dec 20, 2022 · 0 comments

Comments

@liqiaolin15
Copy link

Hello everyone,

I used minimap2 to map nanopore direct RNA reads to a genome assembly by the following command:

minimap2 -ax splice -uf -k14 -t80 $refgenome $sample.fastq.gz > test.sam

It was done without any error at all. However, when I try to convert the sam file to a bam file, it suggested a truncated file.

Then I check the file:
wc -l test.sam
456 test.sam

For the successfully transferred file:
wc -l test_success.sam
9151209 test_success.sam

Do you guys have any idea?

Thanks in advanced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant