robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

Remove --output-format in mapper scripts #102

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

Because the variable $hadoop_mapping_format is always set to "bam" in HadoopMapping.pm, this indicates that the variable can be clean and the --output-format in the mapper scripts can be removed.

In addition, most of the mappers does not use this variable for anything (all the code is commented) and the ones that still maintain them are gsnap (which overrides and does not use it) and soap (where the output BAM file is probably unused).

We should clean up this argument and the related code to make the scripts simple.