DT

Results 3 comments of DT

Agreed, excluding some headers from the table of contents would be a very useful feature.

I see, thanks a lot for the explanation! I just looked into the setup.py of seqmagick (https://github.com/fhcrc/seqmagick/blob/master/setup.py), it says ``` setup(name='seqmagick', ... setup_requires=['nose>=1.0'], python_requires='>=3.4', test_suite='nose.collector', install_requires=['biopython>=1.70'], ... license="GPL V3") ```...

I had the same problem, the command `ncbi-genome-download all --assembly-accessions GCF_004803935.1 -F fasta --verbose --debug 2>log.txt` didn't work for me (version 0.2.12). (Program version 0.2.10 worked before.) The logfile was...