Created
November 3, 2016 13:58
-
-
Save terrycojones/68350c528242c2c66d0dcb84b1ee86aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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