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

Unable to download the python script #403

Closed
Mahendra687 opened this issue Nov 3, 2023 · 3 comments
Closed

Unable to download the python script #403

Mahendra687 opened this issue Nov 3, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Mahendra687
Copy link

Mahendra687 commented Nov 3, 2023

Description of the bug

Hi, wanted to download the Python script unfortunately got the error whenever I ran the following command:
"wget -L https://raw.githubusercontent.com/nf-core/viralrecon/master/bin/fastq_dir_to_samplesheet.py ./fastq_dir_to_samplesheet.py data samplesheet.csv"

Please help me on this issue!

Thank you,

Command used and terminal output

ms@Extensa:~/dataset/data$ wget -L https://raw.githubusercontent.com/nf-core/viralrecon/master/bin/fastq_dir_to_samplesheet.py ./fastq_dir_to_samplesheet.py data samplesheet.csv
--2023-11-04 00:50:07--  https://raw.githubusercontent.com/nf-core/viralrecon/master/bin/fastq_dir_to_samplesheet.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 49.44.79.236, 2405:200:1607:2820:41::36
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|49.44.79.236|:443... failed: Connection refused.
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2405:200:1607:2820:41::36|:443... failed: Network is unreachable.
--2023-11-04 00:50:20--  http://./fastq_dir_to_samplesheet.py
Resolving . (.)... failed: No address associated with hostname.
wget: unable to resolve host address ‘.’
--2023-11-04 00:50:20--  http://data/
Resolving data (data)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘data’
--2023-11-04 00:50:20--  http://samplesheet.csv/
Resolving samplesheet.csv (samplesheet.csv)... failed: Name or service not known.
wget: unable to resolve host address ‘samplesheet.csv’

Relevant files

No response

System information

OS Linux ubuntu 22.04

@Mahendra687 Mahendra687 added the bug Something isn't working label Nov 3, 2023
@tavareshugo
Copy link
Contributor

Dear @Mahendra687, those should be two different commands:

  • First download the script:

    wget -L https://raw.githubusercontent.com/nf-core/viralrecon/master/bin/fastq_dir_to_samplesheet.py 
  • Then run the script on your data folder:

    python fastq_dir_to_samplesheet.py data samplesheet.csv

If this solves the problem, consider closing the issue.

@svarona
Copy link
Contributor

svarona commented May 10, 2024

@Mahendra687 did you manage to do it? Should we close this issue?

@Mahendra687
Copy link
Author

Would you like us to close this issue?

Yeah,@svarona issue got resolved need to close it here.
Thanks:)

@svarona svarona closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants