I would like to use Expansion Hunter with the data from a 30X genome (Nebula genomics) to look for repeat expansions.
I'm not sure what files to use and how to make this command line work.
ExpansionHunter --reads sample.bam --reference hg38.fasta --variant-catalog repeat_spec.json --output expansionhunter_output.json
I thought I would just unzip the Cram file and use that as the Bam file but the Warp terminal I used had to correct something and I'm not sure that it was the correct file or name.
I have the Cram, Crai,VCF,TBI files.
I also previously got the Crai,Cram, FastQ(FastQp1,FastQp2) ,VCF and TBI files.
Which file is used for the Bam file and how is it named?
Is the reference file needed just a general file or specific to an individual genome?
What files should I use and how should they be named?
Where do I put the files in ExpansionHunter so it finds them?
The ExpansionHunter folder has the folders Bin,Example, variant_catalog and their subfolders.
Do I put my files in the main ExpansionHunter folder or the smaller folders?
I have a specific gene in mind but I would like to use the Variant catalog with all 30 genes.
How can I make this run and get an output folder from the genome data?
Thanks. I appreciate any help you can give me.