Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget 'illegal option' in my.wget #62

Open
robkar opened this issue Jun 26, 2019 · 0 comments
Open

wget 'illegal option' in my.wget #62

robkar opened this issue Jun 26, 2019 · 0 comments

Comments

@robkar
Copy link
Contributor

robkar commented Jun 26, 2019

Hi, I noticed a likely bug in the most recent ricopili (2019_Jun_25.001). The my.wget script calls wget with a flag that used to be -nv (for --no-verbose), but now is just -n. Since there is no -n option in wget, it gets joined with the first letter of the URL, which was 'h' for me, into -nh. Since wget knows no -nh option either, it then stops.

my $sc =system ("wget -n $ftp_name/$vcf_name");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant