Thanks a lot, I've already got it :)
But, the new challenge appeared - I have a problem with SAM/BAM conversion for nanopore data. When I convert SAM file to BAM using samtools, the output BAM file lacks information about mapping (as it is binary file). I decided to use CRAM format, but I cannot find appropriate program for variant calling (I mean, a program which can input the CRAM file).
Maybe you could give me a prompt on how to solve the problem?