spladder build --bams ${bam} \ | spladder build --bams ${bam} \ | ||||
--annotation ${reference_gtf_file} \ | --annotation ${reference_gtf_file} \ | ||||
--ignore-mismatches \ | --ignore-mismatches \ | ||||
--confidence 2 \ | |||||
--readlen 150 \ | |||||
--sparse bam y \ | |||||
--parallel 8 \ | |||||
--outdir ${sample_id}/spladder_out | --outdir ${sample_id}/spladder_out | ||||
find . -depth > fileList.txt | find . -depth > fileList.txt |