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

No such column error in phyluce_assembly_get_fastas_from_match_counts #320

Open
louisfnastasi opened this issue Oct 11, 2023 · 1 comment

Comments

@louisfnastasi
Copy link

I've received the below error while running phyluce_assembly_get_fastas_from_match_counts with the following script:

phyluce_assembly_get_fastas_from_match_counts \
    --contigs /storage/group/hmh19/default/UCEs_working/assemblies/assemblies-to-run \
    --locus-db /storage/group/hmh19/default/UCEs_working/assembly-uce-search-results/probe.matches.sqlite \
    --match-count-output /storage/group/hmh19/default/UCEs_working/taxon-sets/all/all-taxa-incomplete-with-hearn.conf \
    --output all-taxa-incomplete-with-hearn.fasta \
    --incomplete-matrix all-taxa-incomplete-with-hearn.incomplete \
    --log-path log
image

Any ideas as to what the error is the result of? I checked the files output by the previous stem including the .conf listed in match-count-output and Aulacidea tavakolii is present there (as well as previous steps in the process) - everything looks normal.

@brantfaircloth
Copy link
Member

Hard to say without more information (like the output from match_contigs_to_probes). The error indicates that the column is not present in the database - so you could take a look at the tables in the database to see if the column is really present (I’m guessing it is not) or if there is some error with the column name.

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