cd tutorial_dataset
mkdir result
docker run cumulusprod/popscle:0.1b "demuxlet --sam data/urkat_293t_downsampled_n500_full_bam.bam --vcf data/jurkat_293t_exons_only.vcf.withAF.vcf.gz --field GT --out result/jurkat_293t_demuxlet"
The error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"demuxlet --sam data/urkat_293t_downsampled_n500_full_bam.bam --vcf data/jurkat_293t_exons_only.vcf.withAF.vcf.gz --field GT --out result/jurkat_293t_demuxlet\": stat demuxlet --sam data/urkat_293t_downsampled_n500_full_bam.bam --vcf data/jurkat_293t_exons_only.vcf.withAF.vcf.gz --field GT --out result/jurkat_293t_demuxlet: no such file or directory": unknown.
Any help is much appreciate.
Shadi
--
You received this message because you are subscribed to the Google Groups "Cumulus Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cumulus-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cumulus-support/ea80213e-56a5-4a23-a220-1000750fcdben%40googlegroups.com.
(base) root@49279ad82681:/# demuxlet --sam /data/jurkat_293t_downsampled_n500_full_bam.bam --vcf /data/jurkat_293t_exons_only.vcf.withAF.vcf.gz --field GT --out /output/jurkat_293t_demuxlet
bash: demuxlet: command not found