You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$seacr $input_folder/$sample\_Normalized.sorted.bedgraph \
$input_folder/$control\_Normalized.sorted.bedgraph \
non relaxed $sample\_seacr.peaks
And the process doesn't finish and I get the following error because the merged file is not created:
Merging nearby features and eliminating control-enriched features: Fri Nov 19 17:43:58 CET 2021
SEACR_1.3.sh: line 169: noDOX_seacr.peaks.auc.threshold.merge.bed: No such file or directory
This only happens with the non&relaxed combinations. Not with non&stringent, norm&relaxed or norm&stringent, which all work.
Line 169 in SEACR_1.3.sh is :
This seems like it may be an error that's specific to your input files since I can't replicate it with my internal test files and since there's a non-relaxed specific failure that might indicate some data quality issue. However, the "-a -" is simply passing the output from before the pipe to bedtools, so I don't think that specific error would arise at that line. It's even more odd since line 169 should be writing that file rather than accessing it, so that specific error shouldn't arise until line 176 where the file is renamed. Can you verify that the code you're using is identical to the v1.3 code presented in the master branch? If you're willing to share data I can also give it a try to see if I can identify specific issues.
Hello,
I'm running seacr in the following mode:
And the process doesn't finish and I get the following error because the merged file is not created:
This only happens with the non&relaxed combinations. Not with non&stringent, norm&relaxed or norm&stringent, which all work.
Line 169 in SEACR_1.3.sh is :
I was wondering if it could have to do with the last part, where the -a bed file is not specified and there is just a "-".
Thank you
The text was updated successfully, but these errors were encountered: