iontorrent / TS

Torrent Suite
Other
39 stars 14 forks source link

hg38 Import custom reference upload error #72

Open potulabe opened 3 years ago

potulabe commented 3 years ago

Our version of TS is 5.12.2

When trying to upload new custom reference fasta (downloaded from ncbi https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/001/405/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz, gunzipped and renamed to hg38.fasta) through "Import custom reference" in interface an error occures: "uploaded file size is incorrect" (to be honest the error was not shown in logs, because of TypeError in this line of iondb code "cannot concatenate 'str' and 'proxy' objects")

This initial error maybe because of large file size, how can we upload a genome fasta in this case?