@@ -367,6 +367,7 @@ private static Sclip getLastSVStructure(List<Sclip> svStructure) {
367367 * @param sclip5 map of soft clips 5' on positions
368368 * @param svStructures Contains all structural variants ends for deletions, duplications, inversions, insertions
369369 and structures for structural variant analysis
370+ * @param referenceResource object for access to reference map
370371 * @throws IOException if BAM file can't be read
371372 */
372373 static void findAllSVs (Region region , String bam , Map <String , Integer > chrs , String sample ,
@@ -1102,6 +1103,7 @@ && isHasAndEquals(complement(ref.get(bp + 1)), ref, p3 - 1)) {
11021103 * @param svrinv3 list of INV SVs in reverse direction of 3'
11031104 * @param svrinv5 list of INV SVs in reverse direction of 5'
11041105 * @param conf Configuration
1106+ * @param referenceResource object for access to reference map
11051107 * @param RLEN max read length
11061108 * @param chrs map of chromosome lengths
11071109 */
@@ -1308,6 +1310,7 @@ static void findINVdisc (Map<Integer, VariationMap<String, Variation>> hash,
13081310 * @param svrdup list of DUP SVs in discordant pairs in reverse direction
13091311 * @param conf Configuration
13101312 * @param RLEN max read length
1313+ * @param referenceResource object for access to reference map
13111314 * @param chrs map of chromosome lengths
13121315 * @throws IOException if BAM file can't be read
13131316 */
@@ -1824,6 +1827,7 @@ static Tuple.Tuple2<Integer, String> findMatch(Configuration conf,
18241827 * @param svfdel list of DEL SVs in discordant pairs in forward direction
18251828 * @param svrdel list of DEL SVs in discordant pairs in reverse direction
18261829 * @param conf Configuration
1830+ * @param referenceResource object for access to reference map
18271831 * @param rlen max read length
18281832 * @param chrs map of chromosome lengths
18291833 */
@@ -1975,6 +1979,7 @@ static void findDELdisc(Configuration conf,
19751979 * @param rlen max read length
19761980 * @param chrs map of chromosome lengths
19771981 * @param sample sample name
1982+ * @param referenceResource object for access to reference map
19781983 * @param splice set of strings representing spliced regions
19791984 * @param ampliconBasedCalling string of maximum_distance:minimum_overlap for amplicon based calling
19801985 * @throws IOException if BAM file can't be read
@@ -2333,6 +2338,7 @@ static void findDEL(Configuration conf,
23332338 * @param svrinv5 list of INV SVs in reverse direction in 5'
23342339 * @param rlen max read length
23352340 * @param chrs map of chromosome lengths
2341+ * @param referenceResource object for access to reference map
23362342 * @param sample sample name
23372343 * @param splice set of strings representing spliced regions
23382344 * @param ampliconBasedCalling string of maximum_distance:minimum_overlap for amplicon based calling
@@ -2380,6 +2386,7 @@ static void findINV(Configuration conf,
23802386 * @param side 3 or 5 end
23812387 * @param rlen max read length
23822388 * @param chrs map of chromosome lengths
2389+ * @param referenceResource object for access to reference map
23832390 * @param sample sample name
23842391 * @param splice set of strings representing spliced regions
23852392 * @param ampliconBasedCalling string of maximum_distance:minimum_overlap for amplicon based calling
0 commit comments