gymrek-lab / LongTR

Tandem repeat genotyping with long reads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support remote cram files

wdecoster opened this issue · comments

Hi,

Would you be interested in supporting genotyping from remote cram files? I noticed it only requires to comment out two lines at

if (!file_exists(path))

Maybe a --remote flag that disables checking if the file exists? Happy to try a PR, but I'm not a C++ programmer.

Thanks,
Wouter

Hi Wouter,

I apologize for my delayed response. We try to do a minimum check for local files to inform users if their input address is wrong, but I added exceptions here for remote files:

bool file_exists(const std::string& path){

May I ask where your file is stored? I can add more exceptions to the list.

Apologies again for the delay.

Best,
Helia

Hi again,

This should be fixed now, can you please pull the latest version and see if LongTR works on your cram files on FTP?

Best,
Helia

Thanks for taking care of this! I will let you know if I encounter issues :)