Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
process_scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
NGS CLIA Lab
process_scripts
Commits
0270fd9c
Commit
0270fd9c
authored
5 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.biohpc.swmed.edu:BICF/Astrocyte/process_scripts
parents
28f1734c
a484bedc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alignment/rnaseqalign.sh
+0
-2
0 additions, 2 deletions
alignment/rnaseqalign.sh
alignment/starfusion.sh
+1
-1
1 addition, 1 deletion
alignment/starfusion.sh
with
1 addition
and
3 deletions
alignment/rnaseqalign.sh
+
0
−
2
View file @
0270fd9c
...
...
@@ -70,8 +70,6 @@ else
samtools view
-1
--threads
$SLURM_CPUS_ON_NODE
-o
output.bam out.sam
fi
samtools
sort
-@
$SLURM_CPUS_ON_NODE
-O
BAM
-o
${
pair_id
}
.bam output.bam
java
-jar
$PICARD
/picard.jar FixMateInformation
ASSUME_SORTED
=
TRUE
SORT_ORDER
=
coordinate
ADD_MATE_CIGAR
=
TRUE
I
=
output.nsort.bam
O
=
${
pair_id
}
.bam
fi
samtools index -@
$SLURM_CPUS_ON_NODE
${
pair_id
}
.bam
This diff is collapsed.
Click to expand it.
alignment/starfusion.sh
+
1
−
1
View file @
0270fd9c
...
...
@@ -49,7 +49,7 @@ then
mkdir
$tmphome
fi
export
TMP_HOME
=
$tmphome
index_path
=
${
refgeno
}
/CTAT_lib_trinity
/
index_path
=
${
refgeno
}
/CTAT_lib_trinity
1.6
trinity /usr/local/src/STAR-Fusion/STAR-Fusion
--min_sum_frags
3
--CPU
$SLURM_CPUS_ON_NODE
--genome_lib_dir
${
index_path
}
--left_fq
${
fq1
}
--right_fq
${
fq2
}
--examine_coding_effect
--output_dir
${
pair_id
}
_star_fusion
#cp ${pair_id}_star_fusion/star-fusion.fusion_predictions.abridged.tsv ${pair_id}.starfusion.txt
cp
${
pair_id
}
_star_fusion/star-fusion.fusion_predictions.abridged.coding_effect.tsv
${
pair_id
}
.starfusion.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment