Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 14, 2024
1 parent 2284fa2 commit 5505004
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tasks/skylab/StarAlign.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -333,17 +333,6 @@ task STARsoloFastq {
# validate the bam with samtools quickcheck
samtools quickcheck -v Aligned.sortedByCoord.out.bam

samtools quickcheck *.bam && echo 'all ok' \
|| echo 'fail!'

# wait until star completes, then write out complete.txt file
wait

touch STARsolo_completed.txt
echo "done" > STARsolo_completed.txt

echo "STARsolo command completed with exit code $?"


echo "UMI LEN " $UMILen

Expand Down

0 comments on commit 5505004

Please sign in to comment.