Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Kevin Meza Landeros
/
MonogenicDiseases
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Kevin Meza Landeros
2020-05-02 22:05:32 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1bb45ae46e5c4bc616c3914d4edb6eae8b35a88
b1bb45ae
1 parent
8c85b62a
Alineamiento
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
scripts/alineamiento.sh
scripts/alineamiento.sh
0 → 100644
View file @
b1bb45a
1
+
bowtie2-build Homo_sapiens.GRCh38.dna.alt.fa homos
2
+
bowtie2 -f -x ./homos -U sequences.fasta -S sequences_aligned.sam --no-unal
3
+
samtools view -Sb sequences_aligned.sam > sequences_aligned.bam
4
+
samtools sort sequences_aligned.bam > sequences_aligned_sort.bam
Please
register
or
login
to post a comment