biod / sambamba

Tools for working with SAM/BAM data
http://thebird.nl/blog/D_Dragon.html
GNU General Public License v2.0
558 stars 104 forks source link

Carrying a sort without reaction #413

Closed chenji333 closed 4 years ago

chenji333 commented 4 years ago

I first used it, something like this happened. : $ /lustre/zhangshengkui/biosoft/sambamba/bin/sambamba sort -t 20 out.bam -o out.sorted.bam

sambamba 0.7.0 by Artem Tarasov and Pjotr Prins (C) 2012-2019 LDC 1.15.0-beta2 / DMD v2.085.0 / LLVM8.0.0 / bootstrap LDC - the LLVM D compiler (1.15.0-beta2

After the sort command is executed, only the three lines of information are displayed, and nothing happens. What is the problem?