Closed mschilli87 closed 8 years ago
I added a 2nd commit fixing a similar thing: The output column labeled tissues
was refered to as 'tissue
column' in the textual description of merge_bed.py
.
Thanks! :)
On 11/10/2015 03:58 PM, Marcel Schilling wrote:
I added a 2nd commit fixing a similar thing: The output column labeled |tissues| was refered to as '|tissue| column' in the textual description of |merge_bed.py|.
— Reply to this email directly or view it on GitHub https://github.com/marvin-jens/find_circ/pull/1#issuecomment-155442125.
Dr. Marvin Jens
Systems Biology of Gene Regulatory Elements (Nikolaus Rajewsky lab) Max Delbrück Center for Molecular Medicine Robert-Rössle Str. 10 (H. 87) 13092 Berlin, Germany
Phone: +49 30 9406 2989
I ended up using
--prefix sampleID
instead of--prefix sampleID_
resulting insampleIDcirc<number>
instead ofsampleID_circ<number>
. The example code has it right but I think its a good idea to be consistent in the description.