Skip to content

Commit

Permalink
Be less stringent on the naming of bam files
Browse files Browse the repository at this point in the history
  • Loading branch information
sof202 committed Apr 24, 2024
1 parent f07dde6 commit 4f48fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JobSubmission/3_SubsampleBamFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd "${PROCESSED_FULL_FILE_PATH}" || \
doesn't exist, make sure that you typed the epigenetic mark correctly and that \
FilePaths.txt is pointing to the correct directory."; finishing_statement 1; }

find . -type f -name "*.sorted.filtered.noDuplicates.bam" \
find . -type f -name "*.bam" \
> List_Of_Bam_Files_To_Merge.txt

module purge
Expand Down Expand Up @@ -195,4 +195,4 @@ rm "FullMerged.${mark_name}.bam"
cd "${PROCESSED_FULL_FILE_PATH}" || finishing_statement 1
rm List_Of_Bam_Files_To_Merge.txt

finishing_statement 0
finishing_statement 0

0 comments on commit 4f48fd9

Please sign in to comment.