eastgenomics / gene_annotation2bed

MIT License
1 stars 0 forks source link

Thoughts and weird bugs #8

Closed Aisha-D closed 7 months ago

Aisha-D commented 8 months ago
Aisha-D commented 8 months ago

python3 gene_annotation2bed.py -ann ../uranus_gene2panel_v2.tsv -o test -ref ../GRCh38.no_alt_analysis_set_chr_mask21.fa.gz -f 5 -build hg38 --assembly_summary ../GCF_000001405.39_GRCh38.p13_assembly_report.txt -gff ../GCF_000001405.39_GRCh38.p13_genomic.gff

Aisha-D commented 8 months ago
RSWilson1 commented 8 months ago

Thanks for the bug report! I think I have fixed all the bugs mentioned and will add to PR. For the -ref problem seems to be how argparse handles cmd line arguments it autocomplete them by default.