pepper icon indicating copy to clipboard operation
pepper copied to clipboard

Do I have to train a model for specific organism ?

Open Modernism-01 opened this issue 1 year ago • 0 comments

Hi, Developers,

I was confused about the training model before I ran the PEPPER for variants calling. Could you tell me if I have to train a model for the pig before the SNP & INDEL calling? could I use the default arguments like this:

singularity exec --nv \
-B "${INPUT_DIR}:${INPUT_DIR}" \
-B "${OUTPUT_DIR}:${OUTPUT_DIR}" \
$IMAGE_PATH/pepper_deepvariant_r0.8-gpu.sif \
run_pepper_margin_deepvariant call_variant \
-b "${INPUT_DIR}/${BAM}" \
-f "${REF}" \
-o "${OUTPUT_DIR}" \
-p "${OUTPUT_PREFIX}" \
-t "${THREADS}" \
--ont_r9_guppy5_sup

Any suggestions will be appreciated.

Best, Lingsen

Modernism-01 avatar Jan 08 '24 07:01 Modernism-01