-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tutorial example 1 only partial output: config.json and/or metacompass.iter0.ref.py issue? #5
Comments
Hi Alex, |
Thanks you for your prompt reply! I downloaded and installed the stable version. Running the output is
the example_output dir contains I suppose I should wait until next week or so? |
I'm trying to run the tutorial example with the new release (https://github.com/marbl/MetaCompass/releases/tag/paper-v1.0). After checking dependencies and installing I ran |
Hello,
I've been trying to check my installation of MetaCompass before running on my data and have it at least one (possibly two, possibly related) issues.
First, I installed the dependencies and made sure they are in my path. Then ran the tutorial one example.
python go_metacompass.py -r tutorial/Candidatus_Carsonella_ruddii_HT_Thao2000.fasta -P tutorial/thao2000.1.fq,tutorial/thao2000.2.fq -o example1_output -m 1 -t 4
and got the following output
I investigated the file
/home/talex/apps/MetaCompass/snakemake/config.json
and noticed what I think is incorrect JSON formatting (no expert, kind of just a guess)I think
"cogcov" = 10,
should be"cogcov" : 10,
, so I updated it and re-ran the example. I indeed did get a different error.looking at
/home/talex/apps/MetaCompass/snakemake/metacompass.iter0.ref.py:
I figured it could have something to do with bowtie2...I found this issue #3. So I decided to uninstall MetaCompass, install bowtie2 2.2.9, and create an alias in my
.bash_profile
to override the system version, then reinstalled MetaCompass. I got the exact same series of errors (before and after updating theconfig.json
file.here's some info on my dependency installations
I've also tried installing the kmer-mask via the meryl installation from https://sourceforge.net/p/kmer/code/HEAD/tree/trunk/ and also adding using the path to the MetaCompass installation. Above errors identical. Any help getting this to work would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: