-
Notifications
You must be signed in to change notification settings - Fork 5
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
missing misc.bio_utils.bam_utils #34
Comments
Hi Tonu, Our package does treat flexbar as an external dependency, so, unfortunately, you will have to manually install it (https://github.com/seqan/flexbar). STAR, bowtie2 and samtools are also required dependencies that our installation process does not install. However, it should install the misc.bio_utils module (the one you linked to is correct). I will investigate this in the morning to identify the problem. In the meantime, as a possible work-around, you can try installing the packages as editable ("pip3 install -e .") Also, we have not tested in the anaconda environment, only with a standard python3 installation. If it is possible to test outside of anaconda, that may also be a temporary solution. Have a good day, |
Hi Brandon,
pip3 install -e .
and running
prepare-genome WBcel235.79.chrI.yaml --num-cpus 2 --mem 4G --overwrite --logging-level INFO
helped to overcome *misc.bio_utils.bam_utils* error but
process-all-samples c-elegans-test.yaml --overwrite --num-cpus 2 --logging-level INFO
gives up on create_orf_profiles.py line 227 but the error message is for me too information rich.
I will try on system Python or fresh virtual env tomorrow.
Cheers,
Tonu
Error message is attatched
On 31. jaan 2017, at 19:30, bmmalone ***@***.***> wrote:
Hi Tonu,
Our package does treat flexbar as an external dependency, so, unfortunately, you will have to manually install it (https://github.com/seqan/flexbar <https://github.com/seqan/flexbar>). STAR, bowtie2 and samtools are also required dependencies that our installation process does not install.
However, it should install the misc.bio_utils module (the one you linked to is correct). I will investigate this in the morning to identify the problem.
In the meantime, as a possible work-around, you can try installing the packages as editable ("pip3 install -e .")
Also, we have not tested in the anaconda environment, only with a standard python3 installation. If it is possible to test outside of anaconda, that may also be a temporary solution.
Have a good day,
Brandon
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHXfyjyXk5qfmxKBIJN-n0fJsfNfOSfIks5rX33CgaJpZM4Ly-zs>.
tmargus@:c-elegans-chrI-example$ process-all-samples c-elegans-test.yaml --overwrite --num-cpus 2 --logging-level INFO
WARNING misc.utils 2017-01-31 20:31:49,234 : [utils.check_programs_exist]: This function is deprecated. Please use the version in misc.shell_utils instead.
INFO root 2017-01-31 20:31:49,235 : run-rpbp-pipeline /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz c-elegans-test.yaml c-elegans-rep-1 --num-cpus 2 --overwrite --stdout-logging-level NOTSET --file-logging-level NOTSET --stderr-logging-level NOTSET --logging-level INFO --star-executable STAR
INFO root 2017-01-31 20:31:49,235 : calling
WARNING misc.utils 2017-01-31 20:31:49,542 : [utils.check_programs_exist]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:49,543 : [utils.check_call]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:49,543 : [utils.check_call_step]: This function is deprecated. Please use the version in misc.shell_utils instead.
INFO root 2017-01-31 20:31:49,543 : create-orf-profiles /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz c-elegans-test.yaml c-elegans-rep-1 --num-cpus 2 --overwrite --logging-level INFO --stdout-logging-level NOTSET --file-logging-level NOTSET --stderr-logging-level NOTSET --star-executable STAR
INFO root 2017-01-31 20:31:49,543 : calling
WARNING misc.utils 2017-01-31 20:31:50,228 : [utils.check_programs_exist]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,229 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,229 : [utils.check_call]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,229 : [utils.check_call_step]: This function is deprecated. Please use the version in misc.shell_utils instead.
INFO root 2017-01-31 20:31:50,229 : create-base-genome-profile /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz c-elegans-test.yaml c-elegans-rep-1 --num-cpus 2 --overwrite --stdout-logging-level NOTSET --logging-level INFO --stderr-logging-level NOTSET --file-logging-level NOTSET --star-executable STAR
INFO root 2017-01-31 20:31:50,229 : calling
WARNING misc.utils 2017-01-31 20:31:50,529 : [utils.check_programs_exist]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,529 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,529 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz'] are missing. Skipping call:
flexbar --format 'sanger' --max-uncalled 1 --adapters '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleriboseq-adapters.fa' -n 2 --zip-output GZ -r /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz -t /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-adapters/c-elegans-rep-1.test --pre-trim-left 0
WARNING misc.utils 2017-01-31 20:31:50,529 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,529 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-adapters/c-elegans-rep-1.test.fastq.gz', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.1.bt2', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.2.bt2', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.3.bt2', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.4.bt2', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.rev.1.bt2', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1.rev.2.bt2'] are missing. Skipping call:
bowtie2 -p 2 --very-fast -x /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleribosomal-index/X03680_1 -U /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-adapters/c-elegans-rep-1.test.fastq.gz -S /dev/null --un-gz /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna/c-elegans-rep-1.test.fastq.gz --al-gz /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/with-rrna/c-elegans-rep-1.test.fastq.gz
WARNING misc.utils 2017-01-31 20:31:50,529 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,530 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna/c-elegans-rep-1.test.fastq.gz', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/chrLength.txt', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/chrNameLength.txt', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/chrName.txt', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/chrStart.txt', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/Genome', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/genomeParameters.txt', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/SA', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR/SAindex'] are missing. Skipping call:
STAR --runThreadN 2 --readFilesCommand zcat --genomeDir /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/STAR --sjdbGTFfile /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI.gtf --readFilesIn /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna/c-elegans-rep-1.test.fastq.gz --alignIntronMin 20 --alignIntronMax 100000 --outFilterMismatchNmax 1 --outFilterType 'BySJout' --outFilterIntronMotifs 'RemoveNoncanonicalUnannotated' --outFilterMismatchNoverLmax 0.04 --outSAMattributes AS NH HI nM MD --outFileNamePrefix /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test --outSAMtype BAM SortedByCoordinate
WARNING rpbp.orf_profile_construction.create_base_genome_profile 2017-01-31 20:31:50,530 : Could not find the STAR genome bam alignment file. Unless --do-not-call was given, this is a problem.
WARNING misc.utils 2017-01-31 20:31:50,530 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,530 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test.bam'] are missing. Skipping call:
remove-multimapping-reads /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test.bam /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test-unique.bam
WARNING misc.utils 2017-01-31 20:31:50,545 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,545 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test-unique.bam', '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/transcript-index/WBcel235.79.chrI.genomic-orfs.atg-only.bed.gz'] are missing. Skipping call:
extract-metagene-profiles /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/without-rrna-mapping/c-elegans-rep-1.test-unique.bam /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-exampleWBcel235.79.chrI/WBcel235.79.chrI.bed.gz /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-profile.csv.gz --num-cpus 2 --stdout-logging-level NOTSET --logging-level INFO --stderr-logging-level NOTSET --file-logging-level NOTSET --start-upstream 50 --start-downstream 20 --end-upstream 50 --end-downstream 20
WARNING misc.utils 2017-01-31 20:31:50,545 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,545 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-profile.csv.gz'] are missing. Skipping call:
estimate-metagene-profile-bayes-factors /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-profile.csv.gz /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-periodicity-bayes-factors.csv.gz --num-cpus 2 --periodic-models --nonperiodic-models --periodic-offset-start -20 --periodic-offset-end 0 --metagene-profile-length 21 --seed 8675309 --chains 2 --iterations 500 --stdout-logging-level NOTSET --logging-level INFO --stderr-logging-level NOTSET --file-logging-level NOTSET
WARNING misc.utils 2017-01-31 20:31:50,545 : [utils.call_if_not_exists]: This function is deprecated. Please use the version in misc.shell_utils instead.
WARNING misc.utils 2017-01-31 20:31:50,546 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-periodicity-bayes-factors.csv.gz'] are missing. Skipping call:
select-periodic-offsets /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.metagene-periodicity-bayes-factors.csv.gz /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.periodic-offsets.csv.gz
Traceback (most recent call last):
File "/Users/tmargus/anaconda/bin/create-orf-profiles", line 11, in <module>
load_entry_point('rpbp', 'console_scripts', 'create-orf-profiles')()
File "/Users/tmargus/git/rp-bp/rpbp/orf_profile_construction/create_orf_profiles.py", line 227, in main
args.name, args.do_not_call)
File "/Users/tmargus/anaconda/lib/python3.5/site-packages/riboutils/ribo_utils.py", line 319, in get_periodic_lengths_and_offsets
raise FileNotFoundError(msg)
FileNotFoundError: The periodic offsets file does not exist. Please ensure the select-periodic-offsets script completed successfully or specify the "use_fixed_lengths", "lengths", and "offsets" values in the configuration file. '/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example/metagene-profiles/c-elegans-rep-1.test-unique.periodic-offsets.csv.gz'
Traceback (most recent call last):
File "/Users/tmargus/anaconda/bin/run-rpbp-pipeline", line 11, in <module>
load_entry_point('rpbp', 'console_scripts', 'run-rpbp-pipeline')()
File "/Users/tmargus/git/rp-bp/rpbp/run_rpbp_pipeline.py", line 129, in main
utils.check_call(cmd)
File "/Users/tmargus/git/rp-bp/src/misc/misc/utils.py", line 526, in check_call
return check_call_step(cmd, call=call, raise_on_error=raise_on_error)
File "/Users/tmargus/git/rp-bp/src/misc/misc/utils.py", line 510, in check_call_step
raise subprocess.CalledProcessError(ret_code, cmd)
subprocess.CalledProcessError: Command 'create-orf-profiles /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz c-elegans-test.yaml c-elegans-rep-1 --num-cpus 2 --overwrite --logging-level INFO --stdout-logging-level NOTSET --file-logging-level NOTSET --stderr-logging-level NOTSET --star-executable STAR ' returned non-zero exit status 1
Traceback (most recent call last):
File "/Users/tmargus/anaconda/bin/process-all-samples", line 11, in <module>
load_entry_point('rpbp', 'console_scripts', 'process-all-samples')()
File "/Users/tmargus/git/rp-bp/rpbp/process_all_samples.py", line 145, in main
job_id = slurm.check_sbatch(cmd, args=args)
File "/Users/tmargus/git/rp-bp/src/misc/misc/slurm.py", line 182, in check_sbatch
shell_utils.check_call(cmd, call=call)
File "/Users/tmargus/git/rp-bp/src/misc/misc/shell_utils.py", line 89, in check_call
return check_call_step(cmd, call=call, raise_on_error=raise_on_error)
File "/Users/tmargus/git/rp-bp/src/misc/misc/shell_utils.py", line 72, in check_call_step
raise subprocess.CalledProcessError(ret_code, cmd)
subprocess.CalledProcessError: Command 'run-rpbp-pipeline /Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz c-elegans-test.yaml c-elegans-rep-1 --num-cpus 2 --overwrite --stdout-logging-level NOTSET --file-logging-level NOTSET --stderr-logging-level NOTSET --logging-level INFO --star-executable STAR ' returned non-zero exit status 1
tmargus@:c-elegans-chrI-example$ he -12 /Users/tmargus/anaconda/bin/create-orf-profiles
#!/Users/tmargus/anaconda/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'rpbp','console_scripts','create-orf-profiles'
__requires__ = 'rpbp'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('rpbp', 'console_scripts', 'create-orf-profiles')()
)
|
Hi Tonu, There seems to be some problem finding the input files. The output is a bit dense, but the lines like: "WARNING misc.utils 2017-01-31 20:31:50,529 : Some input files ['/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz'] are missing." give this information. Later on, it also can't find the bowtie indices, etc. Just looking at the paths in the error logs and your command prompt (":c-elegans-chrI-example$"), it looks like there may be a "/" missing in the paths in the config files. For example, "Users/tmargus/projects/Rp-Bp/c-elegans-chrI-examplec-elegans.test-chrI.rep-1.fastq.gz" looks like it could be "/Users/tmargus/projects/Rp-Bp/c-elegans-chrI-example / c-elegans.test-chrI.rep-1.fastq.gz" with the "/" between "example" and "c-elegans". Could you please take a look and let me know if that is the case? If so, then you can just do a find-and-replace in the two config files. It may be easiest to just delete the entire directory and re-run both the genome index creation script and then the actual pipeline. Of course, this doesn't fix the "bio_utils" installation issue, but hopefully it at least gets you started. Have a good day, P.S. You can also reduce the logging output by adding "--logging-level WARNING" to the command line call; additionally, if you'd like to (append) it to a file, you can use "--log-file log.txt". Also, the "deprecated" warnings are fixed in the dev version, and I hope to merge that into master soon, so that will also cut down on the output. |
Hi Tonu, I was able to reproduce the "ImportError: No module named 'misc.bio_utils'" error on my machine. I believe it was the result of a missing configuration file in the misc repository. This commit resolved the problem for me. In addition to the missing "/", could you please let me know if this also resolves the installation problem for you? That is, after cloning this repo, " pip3 install ." should be all that is required to install. Have a good day, |
Hi Brandon,
create_orf_profiles.py can't pick up location of models. Where in configuration files these can be specified or program should figure out itself?
I am not sure it was the right thing to do because it might cause following errors what were related to estimate-metagene-profile-bayes-factors. I put here only part of message because it is long. During handling of the above exception, another exception occurred: Traceback (most recent call last): UnpicklingError Wed Feb 1 16:43:32 2017 [71 rows x 4 columns], Namespace(chains=2, count_field='count', file_lo...stdout_logging_level='NOTSET', type_field='type')), {})] ................................................................................ Traceback (most recent call last): ................ Cheers, |
Hi Tonu, Okay, glad to hear that the first set of things seems to be taken care of. I'm going to close this issue and open two separate ones about the STAR readFilesCommand option (#35) and the model locations (#36). The readFilesCommand issue is straightforward; I will implement that in the next day. The model locations issue is more tricky. We use appdirs to determine where the compiled models should go. According to their docs, this should be ~/Library/Application Support/rpbp/rpbp_models/. Could you please have a look in that location and let me know if anything is there at #36? I appreciate you working through the installation process here. We have tested pretty thoroughly in the debian/ubuntu environments we have locally, but not much in others. Have a good day, |
Hi Brandon, I am most interested in results of modules/part what selects a range of read length (good 3 nt periodicity) and applies correction for each read length. I even started to write some code and up to now it can make nice metagenomic plots but what strategy to use for selecting usable read length range and find automatic correction wasn't very clear to me. Then you work came out what I hope will help me to come close to most suitable solution. That is a part of my motivation to go through this installation process and help here. Cheers, |
Hi, We also felt the selection of read lengths and P-site offsets so far had been rather ad hoc. I'm glad to hear that others are also interested in principled selection techniques :) It is a bit buried in the documentation, but the output of the read length periodicity analysis is described in the "Output files/Metagene profiles" part. If you have any questions about that part (either output, code, models, etc.) please just let me know. Also, your readme mentions yeast. In some prokaryotes, I've heard it is more common to use the 3' end of the reads for everything. Is that the case with your data? Have a good day, |
Hi Brandon,
I am most interested in results of modules/part what selects a range of read length (good 3 nt periodicity) and applies correction for each read length.
I even started to write some code (github riboseqpy) and up to now it can make nice metagenomic plot but what strategy to use for selecting usable read length range and find automatic correction wasn't very clear to me. Then you work came out what I hope it will help me to resolve this puzzle. That is a part of my motivation to go through this installation process and help here.
Cheers,
Tonu
… On 1. veebr 2017, at 17:49, bmmalone ***@***.***> wrote:
Hi Tonu,
Okay, glad to hear that the first set of things seems to be taken care of. I'm going to close this issue and open two separate ones about the STAR readFilesCommand option (#35 <#35>) and the model locations (#36 <#36>).
The readFilesCommand issue is straightforward; I will implement that in the next day.
The model locations issue is more tricky. We use appdirs <https://pypi.python.org/pypi/appdirs> to determine where the compiled models should go. According to their docs, this should be ~/Library/Application Support/rpbp/rpbp_models/. Could you please have a look in that location and let me know if anything is there at #36 <#36>?
I appreciate you working through the installation process here. We have tested pretty thoroughly in the debian/ubuntu environments we have locally, but not much in others.
Have a good day,
Brandon
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHXfypVF0AsHblSd-0exUsGi5woOs2W1ks5rYLeKgaJpZM4Ly-zs>.
|
Hi,
The proper P-site selection becomes important in many cases but for us when we are looking for differences in translational dynamics.
Thank for hints from where to look.
In E. coli indeed it has been shown that 3' mapping can be corrected with one offset in a wide range of read length when 5' mapping needs more specific values.
I have tested both mapping in yeast but don't see any visible differences in periodicity either offset in our dataset. Offsets are a bit shifted and with opposite signs. But there might be cases when using both will be informative.
Tonu
… On 1. veebr 2017, at 20:38, bmmalone ***@***.***> wrote:
Hi,
We also felt the selection of read lengths and P-site offsets so far had been rather ad hoc. I'm glad to hear that others are also interested in principled selection techniques :)
It is a bit buried in the documentation <https://github.com/dieterich-lab/rp-bp/blob/master/docs/usage-instructions.md#creating-filtered-genome-profiles>, but the output of the read length periodicity analysis is described in the "Output files/Metagene profiles" part.
If you have any questions about that part (either output, code, models, etc.) please just let me know.
Also, your readme mentions yeast. In some prokaryotes, I've heard it is more common to use the 3' end of the reads for everything. Is that the case with your data?
Have a good day,
Brandon
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHXfyjBCjb_QLii_cxNLXNCGXZNYu_u5ks5rYN9TgaJpZM4Ly-zs>.
|
Hi, Ah, okay. I'm interested to see how your results turn out. When you look at the offsets for the 3' ends, is everything still in-frame w.r.t. the 5' offsets? Have a good day, P.S. While I don't image I'll get to it anytime soon, I did add an issue here (#42) to note where most of the 5' selection stuff happens. If that is something you revisit again, it could be nice to include it here, so that it integrates seamlessly with the rest of the periodicity selection stuff. |
Hi,
in OS X 10.11.6; Python 3.5.2 (Anaconda)
First,
pip install .
did not install misc and flexbar and Exit with 0.
I added misc library from git:
git clone https://bitbucket.org/bmmalone/misc.git
cd misc
pip install .
worked ok but next problem appears - this misc distribution do not have bio_uitls
Part of error message is here
File "/Users/tmargus/anaconda/lib/python3.5/site-packages/rpbp/orf_profile_construction/create_orf_profiles.py", line 11, in
import misc.bio_utils.bam_utils as bam_utils
ImportError: No module named 'misc.bio_utils'
........................
Question is from where I should download misc library what contains needed module?
Tonu
The text was updated successfully, but these errors were encountered: