Skip to content

Commit

Permalink
Update parseFiles.sh
Browse files Browse the repository at this point in the history
 Remove last step of preprocessing that is not required for the rest of the analysis
  • Loading branch information
JohannesGawron authored Jul 19, 2024
1 parent 928c8e1 commit f452862
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions experiments/preprocessing/parseFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,26 +101,3 @@ mkdir Br16_AC Br16_B Br16_C
python ../split_Br16.py Br16
cd ..
echo "Input files split based on mouse of origin"

### Step 6: create input files where large components are omitted
### For example directory Br16_max3 contains the input files for
### Br16 with samples consisting of more than three cells removed

cd $newDataDir
for i in {1..4}
do
array=(*/)
for dir in "Br16/" "Br16_AC/" "Br16_B/" "Br16_C/"
do
python ../restrictByComponentSize.py "$dir" "$i"
done
done
cd ..

### Step 7: remove mutations with insufficient support (at least two cells with read count > 3)
### Actually not needed, as there are not mutations with insufficient support

#for filename in "$newDataDir/Br16*/*.txt";
#do
# python removeLowSupportMutations.py $filename
#done

0 comments on commit f452862

Please sign in to comment.