Skip to content
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

coverage_file documentation #191

Closed
multimeric opened this issue Oct 6, 2020 · 4 comments
Closed

coverage_file documentation #191

multimeric opened this issue Oct 6, 2020 · 4 comments

Comments

@multimeric
Copy link

Hi, I'm just a trying to understand the --coverage_file parameter. I suppose that it sets the parameters of the distribution defined by --coverage, but I don't understand the format of the file. I suppose each line will relate to one genome?

In addition, I'm interested if InSilicoSeq can handle something like a BED file of regions so that I can customize the coverage on a per-region basis within one single genome.

@cilliannolan
Copy link

I am also interested in using InSilicoSeq to simulate genomes with coverage dependent on the region, and would like to know more about the --coverage_file parameter.

@multimeric
Copy link
Author

I've had a dig into the source code, which says:

The abundance/coverage file is a flat file of the format
"genome_id<TAB>abundance"
or
"genome_id<TAB>coverage"

So if you have only one genome, you will have a file such as:

some_genome    50

@HadrienG
Copy link
Owner

Hi folks!

using a bed file is a good idea, but I don't have much time to add new functionality at the moment. I'll definitely put it on the wishlist though!

Concerning the --coverage_file option, I tried to clarify how it works in the documantation.

Best,
Hadrien

@multimeric
Copy link
Author

Thanks for documenting this! Since the issue was about documentation I'll close it now. Unfortunately I don't think I have time to add the per-region coverage feature either, but it certainly would be nice at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants