Closed anoronh4 closed 2 years ago
Suggestion: You might want to put signatures on codes which written by you @anoronh4 . Up to you.
Why am I seeing both filter_regions_bedpe.py
and pair_to_pair_annot.py
in the container folder together and they are not the same? And what was the file pair_to_bed_annot.py
which is deleted here?
Why am I seeing both
filter_regions_bedpe.py
andpair_to_pair_annot.py
in the container folder together and they are not the same? And what was the filepair_to_bed_annot.py
which is deleted here?
pair_to_pair_annot.py
and pair_to_bed_annot.py
were supposed to have converged into and been replaced by filter_regions_bedpe.py
. I forgot to remove pair_to_pair_annot.py
. it's now removed and i changed the PR summary to better describe the changes.
Suggestion: You might want to put signatures on codes which written by you @anoronh4 . Up to you.
Will do!
Improvements to filtering:
pcawg6_sv_merge_master.sh
script from the same repo..*AnnotateSVBedpe
processes to improve runtime.pair_to_pair_annot.py
andpair_to_bed_annot.py
converged into and were replaced byfilter_regions_bedpe.py
. The name change makes the intention of the script more obvious.print
statements and exception handling to python scripts to improve logging/debugging.