issues
search
AlgoLab
/
galig
A graph aligner
GNU General Public License v3.0
26
stars
12
forks
source link
make it work with Salmon 0_12_0 and unzipped fatsq
#2
Closed
gacatag
closed
5 years ago
gacatag
commented
5 years ago
The changes are based on following:
Salmon 0_12_0 seems to automatically distinguish the paired reads settings when run with "-l A" parameter. No need to specify/limit to "ISF".
In Salmon, the correct parameter setting for "writeMappings" seems to be "--writeMappings=SAMFILE" rather than "--writeMappings salmonSam".
For unzipped fastq the run returns error. It works when these two values are set by default as: "isZipped=False" and "isFastq = False".
The changes are based on following: