imrep icon indicating copy to clipboard operation
imrep copied to clipboard

bugs of compare.repertories.py

Open dormeight opened this issue 5 years ago • 1 comments

hello, I just ran some RNASeq data with ImRep. Compared with TRUST and mixcr. Thanks to your wonderful work, this program runs really fast! But when I tried to the the compare.repertories.py, I found some bugs. In the function file2dict, after the linereader=csv.reader(file), I guess we still need next(reader) to skip the header line. Also the filenames of outputs of clonality.py don't have samplenames( I ran the script directly in terminal), so it will be unnecessary to add the sample's name when get the filenames from the clonality result folder. I just removed these parts and the script works smoothly. I hope this feedback can be helpful. ^_^

dormeight avatar Oct 03 '19 10:10 dormeight

Thanks! Would you mind sharing the modified script with us!

smangul1 avatar Oct 05 '19 01:10 smangul1