Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created November 3, 2016 13:58
Show Gist options
  • Save terrycojones/68350c528242c2c66d0dcb84b1ee86aa to your computer and use it in GitHub Desktop.
Save terrycojones/68350c528242c2c66d0dcb84b1ee86aa to your computer and use it in GitHub Desktop.
noninteractive-alignment-panel.py \
$json_option \
$fastq_option \
--matcher diamond \
--outputDir out \
--withScoreBetterThan 40 \
--maxTitles 200 \
--minMatchingReads 2 \
--minCoverage 0.1 \
--minNewReads 0.1 \
--negativeTitleRegex phage \
--diamondDatabaseFastaFilename $dbfile > summary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment