-
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
TypeError: sequence item 0: expected str instance, NoneType found #234
Comments
Are you using a virtualenv? version conflicts happen quite often when using the system install. I would edit the following to $ export MAVIS_ALIGNER='bwa mem' trying this on my system I did not encounter any issues
I do see the sequence error, it results when you don't have mavis on the path so it doesn't know how to build the subcommands. you can fix it by adding mavis to the path first
I will add the documentation flag here tho b/c I think this could definitely have a more helpful error message |
Hi I was using a
runningI will start an interactive session with
After a while I check to see if they ran and I see failures. Looking in one of the logs I see the failure is caused due to
This is odd as |
The test pipeline_config.cfg has the aligner set to blat so mavis won't use the environment variable in this case. Can you try it again using blat as the aligner? |
This is related to #232 I was getting on my laptop - the
"Bio.Alphabet has been removed from Biopython
error. You had suggested trying version2.2.8
so I'm pulling the latest master from github to try.I got this same error on an HPC; however, I got further on the buildout installation here so I'm opening this ticket (to be clear this is a different HPC from that we are trouble-shooting in #228 & #229).
Install using buildout method
Try MAVIS
Seems to be an issue with
networkx==1.11.0
so let's install that.Install
Run again
The text was updated successfully, but these errors were encountered: