Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GOMAP-singularity: IndexError (Aggregate step) #31

Open
mmtohm opened this issue Mar 23, 2023 · 1 comment
Open

GOMAP-singularity: IndexError (Aggregate step) #31

mmtohm opened this issue Mar 23, 2023 · 1 comment

Comments

@mmtohm
Copy link

mmtohm commented Mar 23, 2023

Hi, I ran this command "./run-GOMAP-SINGLE.sh --step=aggregate --config=min-config.yml"
and text error show this:

Running Aggregate Step
Traceback (most recent call last):
File "./gomap.py", line 105, in
aggregate(config)
File "/opt/GOMAP/code/gomap_aggregate.py", line 24, in aggregate
download_argot2(config)
File "/opt/GOMAP/code/pipeline/run_argot2.py", line 201, in download_argot2
csv_href = argot_config["baseurl"]+"/"+[ link.attrib["href"] for link in all_links if "getTSVFile.php" in link.attrib["href"] ][0]
IndexError: list index out of range

Someone help me please

@mmtohm mmtohm changed the title GOMAP-singularity: IndexError GOMAP-singularity: IndexError (Aggregate step) Mar 25, 2023
@wkpalan
Copy link
Collaborator

wkpalan commented Apr 28, 2023

@mmtohm,

The GOMAP pipeline cannot run without the output files from Argot2.5 step that are created in the mixmeth step. Have you been able to run mixmeth step without any errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants