leomorelli / scGET

BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Change merge rule #3

Closed dawe closed 3 years ago

dawe commented 3 years ago

Assuming the content of info_READ[123] is always sorted, concatenation rule would be more elegant if "cat $(cat {input}) > {output}" is given in place of "for F in $(cat {input}) ; do cat $F>>{output}; done"