Entering edit mode
6.1 years ago
Jonas.Koch
•
0
Hi all,
I want to write a bash script that reads in a BAM file and performs several processing steps with that input file.
Can you recommend some ideas to write such a script? I am a beginner and would be very happy for some input. We want to extract mapped and unmapped reads of the BAM files. I have already written the commands for these purposes, but I don't know how to write such a read in function. Otherwise, I would have to type in all commands again and again for each BAM file.
Many greetings!
can you show us an outline of what this might look like for a single file?
Providing you with a skeleton to play with. Remove word
echo
once your command lines look sane to actually run.