# HG changeset patch # User iuc # Date 1652969844 0 # Node ID 9a22227bb6d0b27c427c8abffe5b31e62bd5b32b # Parent f77f7a7f3b83fa9169a4cadfc3fce79a34d45b11 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/salsa2 commit 41b8952cd0739db0b5eb62d5dd9ccc7bc0f1925f diff -r f77f7a7f3b83 -r 9a22227bb6d0 salsa2.xml --- a/salsa2.xml Thu Nov 11 15:03:17 2021 +0000 +++ b/salsa2.xml Thu May 19 14:17:24 2022 +0000 @@ -1,12 +1,12 @@ scaffold long read assemblies with Hi-C + + 2.3 + 3 + SALSA - - 2.3 - 2 - salsa2 samtools @@ -39,20 +39,24 @@ #if $iter: -i '$iter' #end if +#if $gensize: + -s '$gensize' +#end if +-m '$clean' -o ./out ]]> - - @@ -71,9 +75,11 @@ - + + @@ -87,11 +93,12 @@ - + - + + @@ -102,10 +109,11 @@ - + + @@ -116,10 +124,11 @@ - + + @@ -138,12 +147,12 @@ **Mapping reads** -To start the scaffolding, first step is to map reads to the assembly. We recommend using `BWA `_ -or `BOWTIE2 `_ aligner to map reads. The read mapping generates a bam file. SALSA requires -BED file as the input. This can be done using the bamToBed command from the `Bedtools package `_. Also, SALSA requires BED files to be sorted by the +To start the scaffolding, first step is to map reads to the assembly. We recommend using `BWA `_ +or `BOWTIE2 `_ aligner to map reads. The read mapping generates a bam file. SALSA requires +BED file as the input. This can be done using the bamToBed command from the `Bedtools package `_. Also, SALSA requires BED files to be sorted by the read name, rather than the alignment coordinates. Once you have bam file, you can run following commands to get the bam file needed as an input to SALSA. -Since Hi-C reads and alignments contain experimental artifacts, the alignments needs some postprocessing. To align and postprocess +Since Hi-C reads and alignments contain experimental artifacts, the alignments needs some postprocessing. To align and postprocess the alignments, you can use the pipeline released by Arima Genomics which can be found in the `GitHub repository `_. Additional information on how to generate/filter the bam `here `_.