Population sample

Issue #7 resolved
Former user created an issue

I am interested in detecting SVs for multiple samples of a given population in the same run, like what we can do with delly and lumpy. Can we use SWAN for population analyses? I don't want to run per chr per sample because we have > 100 samples.

Thanking you! Yongfeng

Comments (2)

  1. Charlie Xia repo owner

    It is not directly supported by SWAN. But it should be easily executed using shell loops, such as "for x in ls *.bam; do swan bla bla; done;

  2. Log in to comment