A few bits that could be tidied up but not critical (I'm probably just being picky) ### 1_SomaticFusion - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/1_SomaticFusion.sh#L35 - These variables aren't used - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/1_SomaticFusion.sh#L74 - Remove the underscores from sample ids - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/1_SomaticFusion.sh#L117 - Wrap over multiple lines? - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/1_SomaticFusion.sh#L477 - Make a really big number, just in case we do >100 samples in the future - HsMetrics and alignment summary files from run folder could be put into the sample folders to tidy up a bit ### make_fusion_report.py - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/make-fusion-report.py#L132 - Duplicate of line 122 ### contamination scripts - https://github.com/AWGL/SomaticFusion/blob/5f83964c3c1f55b4691518d0f289690481a873e8/contamination_check_arriba.py#L36 - use `"NTC" in sample.upper()` - will catch if NTC has accidentally been named ntc or Ntc etc... - I think this is in all the contamination scripts ### Referrals - Move referrals folder into RocheSTFusion folder
A few bits that could be tidied up but not critical (I'm probably just being picky)
1_SomaticFusion
SomaticFusion/1_SomaticFusion.sh
Line 35 in 5f83964
SomaticFusion/1_SomaticFusion.sh
Line 74 in 5f83964
SomaticFusion/1_SomaticFusion.sh
Line 117 in 5f83964
SomaticFusion/1_SomaticFusion.sh
Line 477 in 5f83964
HsMetrics and alignment summary files from run folder could be put into the sample folders to tidy up a bit
make_fusion_report.py
SomaticFusion/make-fusion-report.py
Line 132 in 5f83964
contamination scripts
SomaticFusion/contamination_check_arriba.py
Line 36 in 5f83964
"NTC" in sample.upper()- will catch if NTC has accidentally been named ntc or Ntc etc...Referrals