Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Oct 24, 2024
1 parent 256c4e5 commit cd849b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ task PeakCalling {
pip3 install snapatac2==2.7.0 scanpy
file_to_change=/usr/local/lib/python3.10/site-packages/snapatac2/tools/_call_peaks.py
sed -i '164s/.*/\t\t\t\tpeaks = [_call_peaks(x) for x in fragments.values()]/' $file_to_change
sed -i '164s/.*/ peaks = [_call_peaks(x) for x in fragments.values()]/' $file_to_change
python3 <<CODE
Expand Down

0 comments on commit cd849b5

Please sign in to comment.