-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test works but binsanity-profile fails #59
Comments
Hello Tito,
I'm sorry you're having issues. This looks like a python related syntax
error. I'll look into it ASAP and send out a repair. In the meantime try
these things:
1. Try running the test dataset and see if that will run.
2. Try dropping your conda env to python 3.6 and re-running this command.
…-Elaina
On Mon, Jan 17, 2022 at 7:16 PM Tito Montenegro ***@***.***> wrote:
Binsanity-profile -i contigs_v2.fa -s
/Volumes/Red_4TB/scratch_BK/CS_BACKUP/p31_anvio_metagenomes/OC26_EXPERIMENT/binsanity_bins/bam_files/
-c binsanity.profile
/Users/tito_miniconda/opt/miniconda3/bin/Binsanity-profile:152: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if args.outDirectory is not ".":
******************************************************
Contigs formated to generate counts
******************************************************
Traceback (most recent call last):
File "/Users/tito_miniconda/opt/miniconda3/bin/Binsanity-profile", line 164, in <module>
feature_counts(args.inputMapLoc, args.outDirectory, args.Threads)
File "/Users/tito_miniconda/opt/miniconda3/bin/Binsanity-profile", line 31, in feature_counts
subprocess.call(["featureCounts", "-M", "-O", "-F", "SAF", "-T", str(threads), "-a", os.path.join(outputdir, str(
File "/Users/tito_miniconda/opt/miniconda3/lib/python3.8/subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "/Users/tito_miniconda/opt/miniconda3/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/tito_miniconda/opt/miniconda3/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'featureCounts'
—
Reply to this email directly, view it on GitHub
<#59>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEC7DI44R2E635BNO2YMMBDUWTLRHANCNFSM5MGCDK3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi @edgraham error message:
//========================== featureCounts setting ===========================\ //================================= Running ==================================\
Traceback (most recent call last): real 1m37.531s Kindly help me resolve the error! Thanks in Advance! |
Binsanity-profile -i contigs_v2.fa -s /Volumes/Red_4TB/scratch_BK/CS_BACKUP/p31_anvio_metagenomes/OC26_EXPERIMENT/binsanity_bins/bam_files/ -c binsanity.profile
The text was updated successfully, but these errors were encountered: