Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Import mCaller.
python3 import mCaller
If no error is displayed in the command output, the import is successful.

- Run mCaller. (The following is an example.)
cd /path/to/mCaller python3 mCaller.py -p testdata/test_positions.txt -r testdata/pb_ecoli_polished_assembly.fasta -e testdata/masonread1.eventalign.tsv -t 4 --train -f testdata/masonread1.fastq

python3 make_bed.py -f testdata/masonread1.eventalign.diffs.6 -d 1 -t 0.5

Parent topic: mCaller 1.0.3 Porting Guide (CentOS 8.2)