ComparativeGenomicsToolkit / Comparative-Annotation-Toolkit

Apache License 2.0
170 stars 48 forks source link

Unable to find CAT dependencies #297

Closed DhakadPankaj closed 1 year ago

DhakadPankaj commented 1 year ago

Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

diekhans commented 1 year ago

is faToTwoBit in the conda environment?

Pankaj Dhakad @.***> writes:

Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:
    • 1 RunCat(...)

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

-- Reply to this email directly or view it on GitHub: https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297 You are receiving this because you are subscribed to this thread.

Message ID: @.***> Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:

    • 1 RunCat(...)

    Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

    ===== Luigi Execution Summary =====

    -- Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe. You are receiving this because you are subscribed to this thread. Message ID: @.*** ithub.com>

References

  1. https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297
  2. https://github.com/notifications/unsubscribe-auth/AAA23ZPK7NKSJYD5FO7THATXQAJPNANCNFSM6AAAAAA2JEMIBY
DhakadPankaj commented 1 year ago

Hi, Yes, it is.

On Thu, 13 Jul 2023 at 8:16 pm, Mark Diekhans @.***> wrote:

is faToTwoBit in the conda environment?

Pankaj Dhakad @.***> writes:

Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:
  • 1 RunCat(...)

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

-- Reply to this email directly or view it on GitHub:

https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297 You are receiving this because you are subscribed to this thread.

Message ID: @.***> Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:
  • 1 RunCat(...)

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

-- Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe. You are receiving this because you are subscribed to this thread. Message ID: @.*** ithub.com>

References

1. https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297 2. https://github.com/notifications/unsubscribe-auth/AAA23ZPK7NKSJYD5FO7THATXQAJPNANCNFSM6AAAAAA2JEMIBY

— Reply to this email directly, view it on GitHub https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297#issuecomment-1634765304, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFM2EL45FAXKTSO5QOE4DLXQBCRTANCNFSM6AAAAAA2JEMIBY . You are receiving this because you authored the thread.Message ID: <ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297/1634765304 @github.com>

diekhans commented 1 year ago

Sorry, we really have no way to debug this based on this evidence. Perhaps you could find someone with local knowledge of your cluster and conda could help. Another options is to try docker.

Pankaj Dhakad @.***> writes:

Hi, Yes, it is.

On Thu, 13 Jul 2023 at 8:16 pm, Mark Diekhans @.***> wrote:

is faToTwoBit in the conda environment?

Pankaj Dhakad @.***> writes:

Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-packages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:
  • 1 RunCat(...)

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

-- Reply to this email directly or view it on GitHub:

https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297 You are receiving this because you are subscribed to this thread.

Message ID: @.***> Hi, I'm trying to setup CAT pipeline on a cluster and I've installed all the dependencies in a conda environment. However, When I try to run the pipeline I'm getting following error:

luigi --module cat RunCat --hal=test_data/vertebrates.hal --ref-genome=mm10 --workers=10 --config=test_data/test.config --work-dir test_install --out-dir test_install --local-scheduler --augustus --augustus-cgp --augustus-pb --assembly-hub --binary-mode local

WARNING: 2023-07-13 15:26:50,820 - Will not run Task: RunCat or any dependencies due to error in complete() method: Traceback (most recent call last): File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/worker.py", line 395, in check_complete is_complete = task.complete() File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 815, in complete return all(r.complete() for r in flatten(self.requires())) File "/ceph/users/pdhakad/.conda/envs/cat_annotation/lib/python3.7/site-pack ages/luigi/task.py", line 876, in flatten for result in iterator: File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 776, in requires self.validate() File "/ceph/users/pdhakad/tools/Comparative-Annotation-Toolkit/cat/init.py", line 771, in validate raise ToolMissingException('faToTwoBit tool from the Kent tools package not in global path.') cat.exceptions.ToolMissingException: faToTwoBit tool from the Kent tools package not in global path.

INFO: 2023-07-13 15:26:50,827 - Informed scheduler that task RunCat_False_True_True_9d6b206223 has status UNKNOWN INFO: 2023-07-13 15:26:50,827 - Done scheduling tasks INFO: 2023-07-13 15:26:50,827 - Running Worker with 10 processes INFO: 2023-07-13 15:26:50,828 - Worker Worker(salt=292608225, workers=10, host=bigbird, username=pdhakad, pid=9391) was stopped. Shutting down Keep-Alive thread INFO: 2023-07-13 15:26:50,830 - ===== Luigi Execution Summary =====

Scheduled 1 tasks of which:

  • 1 failed scheduling:
  • 1 RunCat(...)

Did not run any tasks This progress looks :( because there were tasks whose scheduling failed

===== Luigi Execution Summary =====

-- Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe. You are receiving this because you are subscribed to this thread. Message ID: @.*** ithub.com>

References

1. https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297 2. https://github.com/notifications/unsubscribe-auth/AAA23ZPK7NKSJYD5FO7THATXQAJPNANCNFSM6AAAAAA2JEMIBY

— Reply to this email directly, view it on GitHub https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297#issuecomment-1634765304, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFM2EL45FAXKTSO5QOE4DLXQBCRTANCNFSM6AAAAAA2JEMIBY . You are receiving this because you authored the thread.Message ID: <ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297/1634765304 @github.com>

-- Reply to this email directly or view it on GitHub: https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit/issues/297#issuecomment-1634776076 You are receiving this because you commented.

Message ID: @.***> Hi,

DhakadPankaj commented 1 year ago

Hi, Okay, so I think "Comparative-Annotation-Toolkit/cat/init.py" is printing same error message when either of faToTwoBit or faSize tools are missing. Thanks

ph09 commented 1 year ago

Thanks for bringing that to our attention! I'll update the error message