Benedek Dankó

Results 7 comments of Benedek Dankó

The same problem here on Ubuntu 20.04 LTS. Still, the best solution is cloning the repo and using that way.

> > The same problem here on Ubuntu 20.04 LTS. > > Still, the best solution is cloning the repo and using that way. > > What does that mean...

Even if I use `--sample-prefix=$base` the generated .somalier files have the name from the bam files' read group tag. Output files: [somalier.samples.tsv.gz](https://github.com/brentp/somalier/files/5183871/somalier.samples.tsv.gz) [somalier.html.gz](https://github.com/brentp/somalier/files/5183872/somalier.html.gz)

> yes, you would change `--sample-prefix` to be unique for each sample, not to a shared $base. OK, I will try that, thank you!

Now the generated .tsv files look OK, but the html file is still blank. Output files: [somalier.samples.tsv.gz](https://github.com/brentp/somalier/files/5185127/somalier.samples.tsv.gz) [somalier.html.gz](https://github.com/brentp/somalier/files/5185128/somalier.html.gz)

Thank you very much! Yes, all samples are included, some of which have quite bad/lower quality.

For me this helped: Changing the `def authorization_url(self)` function in the linkedin.py file: ```python def authorization_url(self): qd = {'response_type': 'code', 'client_id': self.key, 'scope': (' '.join(self.permissions)).strip(), 'state': self.state or self._make_new_state(), 'redirect_uri':...