Zulko

Results 184 comments of Zulko

Just in case: DnaFeatureViewer normally uses the length given by the biopython record. Maybe this is a case where the record imported by GFF doesn't have the right size (meaning...

Great! To be clear, I wasn't suggesting that the length in the file is incorrect, but that the record produced by BCBio.GFF has the incorrect size, which would mean the...

Thanks and sorry for your pain! That's one of the risks of user-friendly interfaces that try to do too much with the inputs. My two cents: - (B) isn't great...

Any success with this @Calinou ?

``html { margin: 0; padding: 0}`` ?

another approach is: when you try [this example](https://github.com/RelaxedJS/ReLaXed-examples/tree/master/examples/business-card), do you see a margin on the left ?

any news ? I can't reproduce this.

Interesting, might be a float precision. For A4 pages it should be sufficient to not give any size parameters (remove ``size`` and ``-relaxed-`` parameters) since A4 is the default. Maybe...

You can set the document dimensions in the CSS with the `@page` syntax, except `-page-width` and `-page-height` had to be replaced by `-relaxed-page-width` `-relaxed-page-height`, unfortunately, due to a limitation of...

I'm not sure I understand the full use case, could you provide more details ?