Skip to content
Snippets Groups Projects
Commit 42a16c69 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix if not exist in bdbagFetch.sh

parent 85bd9077
Branches
Tags
3 merge requests!37v0.0.1,!24Develop,!23Resolve "process_RSeQC"
Pipeline #6008 failed with stages
in 2 minutes and 11 seconds
#!/bin/bash
if [ ! -z ${3}} ]
if [ -z ${3}} ]
then
bdbag --resolve-fetch all --fetch-filter filename\$*fastq.gz ${1}
for i in $(find */ -name "*.R*.fastq.gz")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment