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

Duplicated entries after map2slim #272

Open
KristinaGagalova opened this issue Feb 24, 2019 · 0 comments
Open

Duplicated entries after map2slim #272

KristinaGagalova opened this issue Feb 24, 2019 · 0 comments

Comments

@KristinaGagalova
Copy link

KristinaGagalova commented Feb 24, 2019

Hi,
I am mapping with to a go slim with the following command

java -jar $owlTools $oboBasic --gaf $input_gaf --map2slim  -u unmapped.gaf \
        --idfile $goSlim --write-gaf my_Slimgo_terms_plant.txt

After the mapping I have several duplicated entries (entire lines) in the mapped output:

wc -l my_Slimgo_terms_plant.txt
#633907
sort my_Slimgo_terms_plant.txt | uniq | wc -l
#612897

I don't have any duplicated entries in the my input_gaf.

Version:

java -jar /home/kgagalova/src/owltools --version
git-revision-sha1	f90176d5849278d8fc01e839e444408c8e9445be
git-revision-url	https://github.com/owlcollab/owltools/commit/f90176d5849278d8fc01e839e444408c8e9445be
git-branch	origin/master
git-dirty	true

Is there any reason why there are those entries?
Thanks in advance for the repply

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

1 participant