metadata option unworking
See original GitHub issueversion of ncbi-genome-download
0.2.11
command
python3 ncbi-genome-download/ncbi-genome-download-runner.py --verbose --genus "Kluyvera" --metadata
-table data.tsv --format fasta -p 10 --retries 1 bacteria
result
All genomes are downloaded but the data.tsv file doesnt contains the metadata, only the header.
cat data.tsv
assembly_accession bioproject biosample wgs_master excluded_from_refseq refseq_category relation_to_type_material taxid species_taxid organism_name infraspecific_name isolate version_status assembly_level release_type genome_rep seq_rel_date asm_name submitter gbrs_paired_asm paired_asm_comp ftp_path local_filename
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
What is metadata and how does it work? - TechTarget
Metadata is data that describes other data, providing a structured reference that helps to sort and identify attributes of the information it describes....
Read more >meta data option not working for me - DVDFab Forum
I have enrolled in the meta data feature ... I do not see any option to choose Disc Type on either the Copy...
Read more >[Images] Variant metadata option not working
I'm trying to change the “Strip all Metadata” option on my Cloudflare Images variants to “Keep all metadata” but that changes to variants ......
Read more >Don't allow metadata download from official store if plugin ...
For example for Epic games the menu entry for downloading metadata from official store is available in the menu even that Epic plugin ......
Read more >enhanced metadata option ticked, but no upgrade of a pbix file ...
Hi, I have activated the "enhanced metadata format" on pbi desktop march ... Is the "enhanced metadata" option not working with my model...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As a workaround, you can run
ncbi-genome-download
in single-process mode, that will fix writing the metadata table.Yeah, I agree. It’s just not trivial to fix after the recent change to also parallelize the download checking, but I would like to fix it.