Skip to content
Snippets Groups Projects
Commit a496a7db authored by Holger Brandl's avatar Holger Brandl
Browse files

cont cross-species analysis

parent 392ebd3d
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,8 @@ fi
## collect all bam-files and group them
allBams=$(find $bamDir | grep ".bam$" | grep -v "unmapped" | sort)
## todo use optional argument here --> default "unmapped" --> allow user to add others
#allBams=$(find $bamDir | grep ".bam$" | grep -v "unmapped" | grep -v "1029" | sort)
bamsSplit=""
for label in $(echo $labels | tr ", " " "); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment