That folder structure is only created when using AtomCache or the wrapper
StructureIO.getStructure(pdbId). If you directly use a URL with the cif
reader then there's no files or folders created locally, e.g.:

Structure structure = CifStructureConverter.fromURL("
https://files.rcsb.org/download/4HHB.cif.gz";);

Jose


On Wed, 6 Dec 2023 at 06:28, Enrico Morelli <more...@cerm.unifi.it> wrote:

> Dear,
>
> is it possible to avoid the folder structure creation
> (structures/divided/mmCIF/...) when download a PDB/CIF file?
>
> I would to download the file in a specific folder.
>
> Thanks
>
> --
> -----------------------------------------------------------
>   Enrico Morelli
>   System Administrator | Programmer | Web Developer
>
>   CERM - Polo Scientifico
>   via Sacconi, 6 - 50019 Sesto Fiorentino (FI) - ITALY
> ------------------------------------------------------------
> _______________________________________________
> Biojava-l mailing list  -  Biojava-l@biojava.org
> https://mailman.open-bio.org/mailman/listinfo/biojava-l
>
_______________________________________________
Biojava-l mailing list  -  Biojava-l@biojava.org
https://mailman.open-bio.org/mailman/listinfo/biojava-l

Reply via email to