echo" - STORAGE_ACCT_FASTQ: e.g. forneurosysmedutvcompute"
echo" - FILESHARE_FASTQ: Name of the fileshare, e.g. wgbsfqdata"
echo" - STORAGE_ACCT_RESULTS: e.g. forneurosysmedutvcompute"
echo""
echo" EXTRA OPTIONS"
echo" -f --force"
echo" Overwrite previous results, if any."
echo" -m --monitor"
echo" Monitor RAM and CPU usage."
echo" -u --subset INTEGER"
echo" Subset reads to test pipeline (to INTEGER)."
echo" --strategies STRATEGIES"
echo" Only run selected strategies. Possible choices of STRATEGIES: "1", "2", "3""
echo" or any combination of them, comma-separated (e.g. "1,2,3", "2,3")."
echo" --input-samba-credentials FILE"
echo" File with the samba credentials to mount input fileshare (fastqs)."
echo" --output-samba-credentials FILE"
echo" File with the samba credentials to mount output fileshare (results)."
echo"There should be files in the /etc/smbcredentials/ folder named <STORAGE_ACCT_FASTQ>.cred and <STORAGE_ACCT_RESULTS>.cred (the storage account can be the same for both input fastqs and results, then only one file is needed). This/these file/s contain the username=... and the password=... lines with the storage account name and the key."
echo""
echo"For the results, a new fileshare will be created for the sample analysed, whose name will be a concatenation of the form <FILESHARE_RESULTS_PREFIX>-<SAMPLE_ID>. If the fileshare name exists and is not empty, the program will fail."