seqdd init --register-location dataset_pangenome_salmonella/
cd dataset_pangenome_salmonella
then
seqdd add -s ena -a SAMD00000344 SAMD00000345 SAMD00000355 -t /WORKS/vlevallois/tmp --register-location .
gives
[2024-10-03 11:48:22,426 - INFO] 3 accessions added to the register
while
seqdd add -s ena -f expe_accessions.txt -t /WORKS/vlevallois/tmp --register-location .
gives
[2024-10-03 11:49:33,670 - INFO] 0 accessions added to the register
and no ena.txt is created
then
seqdd add -s ena -a SAMD00000344 SAMD00000345 SAMD00000355 -t /WORKS/vlevallois/tmp --register-location .
gives[2024-10-03 11:48:22,426 - INFO] 3 accessions added to the register
while
seqdd add -s ena -f expe_accessions.txt -t /WORKS/vlevallois/tmp --register-location .
gives[2024-10-03 11:49:33,670 - INFO] 0 accessions added to the register
and no ena.txt is created