Closed lynnjo closed 3 months ago
Looking more at your documentation, the Option 3. Bioconda says "For using Clair3 with Illumina data, install clair3-illumina" which is "conda install bioconda::clair3-illumina". I used Docker above. Is there something I need to add to the docker command above besides setting the platform and model_path to allow it to process a BAM created from illumina short-reads?
@lynnjo
In your command, the ${OUTPUT_DIR} is mounted in /output
in your docker image, pls try to use the --output=/output
instead of --output=${OUTPUT_DIR}
.
Thank you - that was it!
I have setup clair3 to run via docker and while the output from the command shows processing happening, no output file is written. The BAM file I'm using was created by aligning illumina short reads against a reference fasta file.
Here is my script to run clair3 via docker:
I"ve attached the output file from the run. I don't see any errors and it appears to be processing the data. At the end it says "Finished calling, output file: ..." What would prevent the vcf file from being created ? I ran this twice with the same result.
clair3p39top39_output.txt