We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am mapping with to a go slim with the following command
After the mapping I have several duplicated entries (entire lines) in the mapped output:
I don't have any duplicated entries in the my input_gaf.
Version:
Is there any reason why there are those entries?
Thanks in advance for the repply
The text was updated successfully, but these errors were encountered: