summarylogtreecommitdiffstats
path: root/make_pair.patch
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-01 21:28:05 +0000
committerBioArchLinuxBot2023-06-01 21:28:05 +0000
commita727a0369c93b7da216c02d5ece53c8e213f114f (patch)
treece26253450a52adfb3b4e16d52b972b8c0acdc41 /make_pair.patch
parent4bb5f7f538b0640f41d78651cbef939ac46b91c7 (diff)
downloadaur-tophat.tar.gz
[lilac] updated to 2.1.2-3
Diffstat (limited to 'make_pair.patch')
-rw-r--r--make_pair.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_pair.patch b/make_pair.patch
index 44b71d1059ab..0ec41903308b 100644
--- a/make_pair.patch
+++ b/make_pair.patch
@@ -9,14 +9,14 @@ diff -uBw -aur tophat-2.1.1/src/juncs_db.cpp tophat-2.1.1-patched/src/juncs_db.c
+ junctions.insert(make_pair(Junction(ref_id, left_coord, right_coord, antisense), JunctionStats()));
}
}
-
+
diff -uBw -aur tophat-2.1.1/src/tophat_reports.cpp tophat-2.1.1-patched/src/tophat_reports.cpp
--- tophat-2.1.1/src/tophat_reports.cpp 2016-02-23 22:20:44.320710000 +0100
+++ tophat-2.1.1-patched/src/tophat_reports.cpp 2016-06-02 11:26:22.057239478 +0200
@@ -2705,7 +2705,7 @@
junction_stat.gtf_match = true;
junction_stat.accepted = true;
-
+
- gtf_junctions.insert(make_pair<Junction, JunctionStats>(Junction(ref_id, left_coord, right_coord, antisense), junction_stat));
+ gtf_junctions.insert(make_pair(Junction(ref_id, left_coord, right_coord, antisense), junction_stat));
}