Wenjun Kang

Results 5 comments of Wenjun Kang

Any plan to fix the Django 1.8 compatibility issue?

It seems that the ticket 24768 has been closed. Now what? Can anybody figure out a solution for this?

The issue can be solved by updating the code mentioned on brianmay's comments. ``` if field.rel and field.rel.get_accessor_name(): field.rel.related_name = '_auditlog_%s' % field.rel.get_accessor_name() ```

Then the following change will fix the 1.7 issue: ``` if field.rel and field.rel.related_name: field.rel.related_name = '_auditlog_%s' % field.rel.related_name elif field.rel: try: if field.rel.get_accessor_name(): field.rel.related_name = '_auditlog_%s' % field.rel.get_accessor_name() except:...

This is bug in the instruction instead of in the code. To make one sample in different lanes, the sample sheet should look like this: sample1_REP1,fq1.gz,fq2.gz sample1_REP2,fq11,ga,fq12.gz