Move lablog_bam2fq.sh to RAW/ & Fix Path Issues #455
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR moves
lablog_bam2fq.sh
toRAW/
, corrects path and regex errors, and ensures that the BAM-to-FASTQ pipeline functions correctly.Additionally, it adapts the
_01_bam2fq.sh
and_02_pgzip.sh
scripts and introduces a new_03_symlink.sh
to create symbolic links inANALYSIS/00-reads/
.Main Changes & Fixes
1. Moved
lablog_bam2fq.sh
toRAW/
RAW/
.ANALYSIS/
.2. Fixed errors related to paths and regular expressions
3. Adapted
_01_bam2fq.sh
and_02_pgzip.sh
to work properly_01_bam2fq.sh
now correctly detects all BAM files inRAW/
._02_pgzip.sh
ensures compression of FASTQ files and removes uncompressed files.4. Created
_03_symlink.sh
to generate symbolic links inANALYSIS/00-reads/
RAW/*.fastq.gz
instead of invalid paths.ln -sf
to force overwrite incorrect links if they exist.Execution Workflow
With these changes, the correct pipeline execution is: