Open avilella opened 7 years ago
Hello- A couple of things... For looping over a number of regions consider using the -b/--batch
option, see an example [here] (ttp://asciigenome.readthedocs.io/en/latest/examples.html#batch-and-non-interactive-mode). This is faster than re-starting ASCIIGenome from scratch for each region since you don't need to re-start the JVM, ASCIIGenome, loading files etc.
About the error you are getting, could you try to pin it down more? E.g. does this minimal run cause the issue:
ASCIIGenome -ni -x 'save tmp.pdf'
## Or
ASCIIGenome -ni -x 'save tmp.pdf' aln.bam
Hi again @dariober ,
I have a bash loop that will create pdf screenshots of a list of regions for one bam file. This is the command-line I came up with:
When I run this on a CentOS machine that I ssh into, I get this warning:
Any ideas?