Open aedecano opened 1 year ago
Getting the error below after running
getmetadata.py -a Biosample_accessions.txt -t biosample -o outdir -e myemail@company.co.uk
**retrieving biosample accession metadata from NCBI /bin/sh: 1: econtact: not found
e #this pipeline step produced error unexpected error; exiting**
The "Biosample_accessions.txt" file only contains multiple biosample accession IDs per the instructions and I'm using my staff email for the -e flag.
Hi aedecano, I also get this error.
Have you solved this problem or used other packages?
Hi, I managed to get around this by commenting out the following line in getmetadata.py
:
runsubprocess(['econtact -email %s -tool biosamplemetadatadownload'%str(args.emailaddress)],shell=True)
Cheers!
Getting the error below after running
getmetadata.py -a Biosample_accessions.txt -t biosample -o outdir -e myemail@company.co.uk
**retrieving biosample accession metadata from NCBI /bin/sh: 1: econtact: not found
e #this pipeline step produced error unexpected error; exiting**
The "Biosample_accessions.txt" file only contains multiple biosample accession IDs per the instructions and I'm using my staff email for the -e flag.